Skip to content

Commit

Permalink
Update docker/metadata-action action to v5 (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Dec 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5e6c4c7 commit 759d06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -9,14 +9,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
- uses: docker/metadata-action@v4
- uses: docker/metadata-action@v5
id: meta-binary
with:
images: ghcr.io/musaprg/rarejobctl
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- uses: docker/metadata-action@v4
- uses: docker/metadata-action@v5
id: meta-standalone
with:
images: ghcr.io/musaprg/rarejobctl-standalone

0 comments on commit 759d06d

Please sign in to comment.