Skip to content

Commit 5e993d8

Browse files
committed
update dependent actions
1 parent 2b95f32 commit 5e993d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/container-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Login to GHCR
17-
uses: docker/login-action@v2
17+
uses: docker/login-action@v3
1818
with:
1919
registry: ghcr.io
2020
username: DFHack-Urist
@@ -23,10 +23,10 @@ jobs:
2323
# Setting up Docker Buildx with docker-container driver is required
2424
# at the moment to be able to use a subdirectory with Git context
2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v2
26+
uses: docker/setup-buildx-action@v3
2727

2828
- name: Build and push
29-
uses: docker/build-push-action@v3
29+
uses: docker/build-push-action@v6
3030
with:
3131
context: "{{defaultContext}}:${{ matrix.IMAGE_TAG }}"
3232
push: true

0 commit comments

Comments
 (0)