Skip to content

Commit

Permalink
Merge pull request axoflow#459 from MrAnno/update-actions
Browse files Browse the repository at this point in the history
ci: update all GitHub Actions to latest
  • Loading branch information
alltilla authored Jan 17, 2025
2 parents d024164 + 2304e41 commit 7a66310
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 7a66310

Please sign in to comment.