We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b95f32 commit 5e993d8Copy full SHA for 5e993d8
.github/workflows/container-build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Login to GHCR
17
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
18
with:
19
registry: ghcr.io
20
username: DFHack-Urist
@@ -23,10 +23,10 @@ jobs:
23
# Setting up Docker Buildx with docker-container driver is required
24
# at the moment to be able to use a subdirectory with Git context
25
- name: Set up Docker Buildx
26
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
27
28
- name: Build and push
29
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
30
31
context: "{{defaultContext}}:${{ matrix.IMAGE_TAG }}"
32
push: true
0 commit comments