Skip to content

Commit

Permalink
add workflow_dispatch pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Aug 24, 2023
1 parent 51a24e8 commit 78af0c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
# Only push if on main branch
push: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
push: ${{ github.ref == 'refs/heads/main' }}
tags: |
ghcr.io/marigold-dev/tezos-snapshot-web:latest
ghcr.io/marigold-dev/tezos-snapshot-web:${{ steps.vars.outputs.date }}-${{ steps.vars.outputs.sha_short }}
2 changes: 1 addition & 1 deletion .github/workflows/server_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
# Only push if on main branch
push: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
push: ${{ github.ref == 'refs/heads/main' }}
tags: |
ghcr.io/marigold-dev/tezos-snapshot-server:latest
ghcr.io/marigold-dev/tezos-snapshot-server:${{ steps.vars.outputs.date }}-${{ steps.vars.outputs.sha_short }}
Expand Down

0 comments on commit 78af0c9

Please sign in to comment.