Skip to content

Commit

Permalink
Merge pull request #5 from snowdreamtech/gh-actions-update-1739990990
Browse files Browse the repository at this point in the history
Update GitHub Action Versions
  • Loading branch information
snowdream authored Feb 20, 2025
2 parents 1f9ed99 + 3c78b43 commit 9a0a803
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 @@ -149,7 +149,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.13.0
uses: docker/build-push-action@v6.14.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 @@ -141,7 +141,7 @@ jobs:
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.13.0
uses: docker/build-push-action@v6.14.0
with:
context: debian
build-args: |
Expand Down

0 comments on commit 9a0a803

Please sign in to comment.