mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Remove 'latest' tag from 'push-to-registry' action (#213)
This commit is contained in:
committed by
GitHub
parent
60b0919ce6
commit
cfa8caa0cc
1
.github/workflows/push-to-registry.yml
vendored
1
.github/workflows/push-to-registry.yml
vendored
@@ -33,6 +33,5 @@ jobs:
|
||||
ENVIRONMENT=production
|
||||
push: true
|
||||
tags: |
|
||||
riggraz/astuto:latest
|
||||
riggraz/astuto:${{ github.sha }}
|
||||
riggraz/astuto:${{ github.ref_type == 'tag' && github.ref_name || 'latest'}}
|
||||
Reference in New Issue
Block a user