Skip to content

Commit

Permalink
chore: add semver in manifest push (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored Sep 5, 2024
1 parent 140d1e3 commit 288c9ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
REGISTRY_IMAGE: flanksource/base-image
needs:
- base
- semantic-release
steps:
- name: Download digests
uses: actions/download-artifact@v4
Expand All @@ -180,7 +181,7 @@ jobs:
tags: |
type=schedule,pattern={{date 'YYYYMMDDhhmmss'}}
type=sha
type=semver,pattern={{version}},value=v${{needs.semantic-release.outputs.release-version}}
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 288c9ee

Please sign in to comment.