Skip to content

Commit

Permalink
Merge pull request #56 from equinor/fix-tag
Browse files Browse the repository at this point in the history
fix-tag
  • Loading branch information
satr authored Jul 19, 2024
2 parents d15e80c + 1e82dc8 commit 4ac9b04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ jobs:
if: matrix.target.ref == github.ref
id: build-tag
run: |
sha=${GITHUB_SHA::8}
ts=$(date +%s)
echo "tag=${GITHUB_REF_NAME}-${sha}-${ts}" >> $GITHUB_OUTPUT
echo "tag=${GITHUB_REF_NAME}-latest" >> $GITHUB_OUTPUT
- name: Extract labels from metadata for Docker
if: matrix.target.ref == github.ref
Expand Down

0 comments on commit 4ac9b04

Please sign in to comment.