Skip to content

Commit

Permalink
Avoid generating many images (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliegaboriau authored Jun 16, 2023
1 parent 5d4d872 commit bafac72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
namespace: ${{ vars.REGISTRY_NAMESPACE }}
password: ${{ secrets.TOKEN }}
image_name: ${{ vars.IMAGE_NAME }}
tag: "develop-${{ github.sha }}"
tag: "develop"
generate_release:
name: Generate release
needs: [ lint, tests, test_build ]
Expand Down

0 comments on commit bafac72

Please sign in to comment.