Skip to content

Commit

Permalink
Merge pull request #1 from snowdreamtech/gh-actions-update-1737983960
Browse files Browse the repository at this point in the history
Update GitHub Action Versions
  • Loading branch information
snowdream authored Jan 27, 2025
2 parents 507638d + b71d8b8 commit af0d288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: alpine
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: debian
build-args: |
Expand Down

0 comments on commit af0d288

Please sign in to comment.