Skip to content

Commit

Permalink
infra: edit pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Aug 11, 2023
1 parent 4e43bcf commit 7df7033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tzwitter-frontend-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
push: ${{ github.ref == 'refs/heads/infra-main' }}
push: true
tags: |
ghcr.io/marigold-dev/tzwitter-frontend:latest
ghcr.io/marigold-dev/tzwitter-frontend:${{ github.sha }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
platforms: linux/amd64
cache-from: type=gha
cache-to: type=gha,mode=max
push: ${{ github.ref == 'refs/heads/infra-main' }}
push: true
tags: |
ghcr.io/marigold-dev/tzwitter-initcontainer-import:${{ steps.vars_pt1.outputs.rollup_data_dir_name }}
ghcr.io/marigold-dev/tzwitter-initcontainer-import:latest
Expand Down

0 comments on commit 7df7033

Please sign in to comment.