Skip to content

Commit

Permalink
Merge pull request #259 from FlowFuse/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/metadata-action-5

Bump docker/metadata-action from 3 to 5
  • Loading branch information
hardillb authored Jul 12, 2024
2 parents 158ba9d + f08d538 commit 78cca6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: Docker Meta Data
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
tags: |
type=semver,event=tag,pattern={{version}}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
token: ${{ secrets.NPM_PUBLISH_TOKEN_FLOWFORGE }}
- name: Docker Meta Data
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
tags: |
type=semver,event=tag,pattern={{version}}
Expand Down

0 comments on commit 78cca6f

Please sign in to comment.