Skip to content

Commit

Permalink
deps: 更新 docker/metadata-action
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Dec 14, 2024
1 parent 9f8979d commit b71948e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hub-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
password: ${{secrets.DOCKER_PASSWORD}}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.0
with:
images: saltwood233/open93athome
- name: Build and push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.0
with:
images: saltwood233/open93athome

Expand Down

0 comments on commit b71948e

Please sign in to comment.