Skip to content

Commit

Permalink
ci: update all GitHub Actions to latest
Browse files Browse the repository at this point in the history
Signed-off-by: László Várady <[email protected]>
  • Loading branch information
MrAnno committed Jan 17, 2025
1 parent d024164 commit 2304e41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/axosyslog-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Build and push production Docker image
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker
file: docker/alpine.dockerfile
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
path: docker/apkbuild/axoflow/axosyslog

- name: Build and push debug Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker
file: docker/alpine.dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/axosyslog-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: docker/apkbuild/axoflow/axosyslog

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: docker
file: docker/alpine.dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dbld-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Log in to the Container registry
if: env.UPLOAD_IMAGES_INTERNAL == 'true'
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 2304e41

Please sign in to comment.