Skip to content

Commit

Permalink
Merge pull request #152 from markusressel/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/metadata-action-5

Bump docker/metadata-action from 4 to 5
  • Loading branch information
markusressel authored Sep 18, 2023
2 parents 5d7c703 + 6f92900 commit ac9b40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/markusressel/keel-telegram-bot
tags: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/markusressel/keel-telegram-bot
tags: ${{ GIT_TAG_NAME }}
Expand Down

0 comments on commit ac9b40b

Please sign in to comment.