Skip to content

Commit

Permalink
Tag container image as "latest" after merge to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Aug 25, 2022
1 parent cdc7c14 commit 656b1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resultsdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
with:
image: ${{ env.IMAGE_NAME }}
tags: >-
${{ github.ref == 'refs/heads/master' && 'latest' || '' }}
${{ github.ref == 'refs/heads/develop' && 'latest' || '' }}
${{ github.sha }}
containerfiles: Dockerfile

Expand Down

0 comments on commit 656b1f0

Please sign in to comment.