Skip to content

Commit

Permalink
Merge pull request #1497 from Floppy/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/metadata-action-5

build(deps): bump docker/metadata-action from 4 to 5
  • Loading branch information
Floppy authored Sep 14, 2023
2 parents f933302 + 059cb59 commit 2de2ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
-
name: Work out Docker tags
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Work out Docker tags
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}
tags: |
Expand Down

0 comments on commit 2de2ad7

Please sign in to comment.