We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73d91c commit 91ef9edCopy full SHA for 91ef9ed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
- synchronize
9
push:
10
branches:
11
- - master
+ - main
12
13
permissions:
14
id-token: write
@@ -55,7 +55,7 @@ jobs:
55
path: /tmp/image.tar
56
57
docker-push:
58
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
59
needs: docker-build
60
runs-on: ubuntu-latest
61
steps:
@@ -92,3 +92,4 @@ jobs:
92
docker image tag tmp-tag $AWS_REGISTRY/$AWS_REGISTRY_ALIAS/$AWS_REPO:latest
93
docker push $AWS_REGISTRY/$AWS_REGISTRY_ALIAS/$AWS_REPO:$IMG_TAG
94
docker push $AWS_REGISTRY/$AWS_REGISTRY_ALIAS/$AWS_REPO:latest
95
+
0 commit comments