Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacwein committed Apr 16, 2024
1 parent fdf6080 commit 80f71f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ jobs:
push: true
labels: ${{ steps.meta.outputs.labels }}
tags: |
type=raw,value=${{ steps.bump_version.outputs.version }},enable=${{ github.event_name != 'pull_request' }}
type=raw,value=${{ steps.bump_version.outputs.version }}-{{sha}},enable=${{ github.event_name != 'pull_request' }}
type=raw,value=latest,enable=${{ github.event_name != 'pull_request' }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.bump_version.outputs.version }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.bump_version.outputs.version }}-${{ github.sha }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit 80f71f3

Please sign in to comment.