We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d03459 commit e1ccc74Copy full SHA for e1ccc74
.github/workflows/ci.yml
@@ -2,8 +2,6 @@ name: Image CI
2
# If you update paths, make sure to update them in e2e-test.yml and no-ci.yml as well
3
on:
4
push:
5
- branches:
6
- - main
7
paths:
8
- Dockerfile
9
- debug.py
@@ -95,7 +93,6 @@ jobs:
95
93
${{ env.artifact_registry }}/${{ env.artifact_repository }}/${{ env.image_name }}:rc-${{ github.sha }}
96
94
97
- name: Copy image to extra repositories
98
- if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
99
uses: GarnerCorp/build-actions/copy-image@main
100
env:
101
rest: >-
0 commit comments