Skip to content

Commit

Permalink
fix: rust base image tag 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasna authored and dandanlen committed Feb 15, 2024
1 parent b931848 commit 8aaff3f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_01_pre_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
cargo-fmt:
runs-on: [hetzner]
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2023-10-31-ubuntu-20.04"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-20.04-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -25,7 +25,7 @@ jobs:
audit:
runs-on: [hetzner]
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2023-10-31-ubuntu-20.04"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-20.04-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -38,7 +38,7 @@ jobs:
cargo-clippy:
runs-on: [hetzner]
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2023-10-31-ubuntu-20.04"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-20.04-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -53,7 +53,7 @@ jobs:
lint-bouncer:
runs-on: [hetzner]
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2023-10-31-ubuntu-20.04"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-20.04-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_10_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
unit-tests:
runs-on: [hetzner]
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2023-10-31-ubuntu-20.04"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-20.04-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_11_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
unit-tests:
runs-on: [hetzner]
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2023-10-31-ubuntu-20.04"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-20.04-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -36,7 +36,7 @@ jobs:
coverage:
runs-on: [hetzner]
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2023-10-31-ubuntu-20.04"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-20.04-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_20_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
ubuntu_version: [20.04, 22.04]
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2023-10-31-ubuntu-${{ matrix.ubuntu_version }}-27"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-${{ matrix.ubuntu_version }}-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_25_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
ubuntu_version: [20.04, 22.04]
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2023-10-31-ubuntu-${{ matrix.ubuntu_version }}-27"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-${{ matrix.ubuntu_version }}-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ubuntu_version: [20.04]
profile: [release, production]
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2023-10-31-ubuntu-${{ matrix.ubuntu_version }}-27"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-${{ matrix.ubuntu_version }}-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8aaff3f

Please sign in to comment.