Skip to content

Commit

Permalink
build(deps): Bump docker/metadata-action from 4 to 5 (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent c02801e commit 2f5c7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Set Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_USERNAME }}/rss-to-telegram
flavor: latest=false
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Set Docker meta (exp-deps)
if: ${{ endsWith(github.ref, 'dev') }}
id: meta-fpe
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ secrets.DOCKER_USERNAME }}/rss-to-telegram
flavor: latest=false
Expand Down

0 comments on commit 2f5c7b3

Please sign in to comment.