We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1de726 commit 3ac730fCopy full SHA for 3ac730f
.github/workflows/ci.yml
@@ -95,14 +95,14 @@ jobs:
95
password: ${{ secrets.DOCKERHUB_TOKEN }}
96
97
- name: Generate dockerfile from template file
98
- working-directory: ./
99
run: |
+ chmod +x ./public/scripts/test.sh
100
./images/snowid-cloudnative/replace-pg-version.sh ${{ matrix.pg }} ./images/snowid-cloudnative/in.Dockerfile ./images/snowid-cloudnative/Dockerfile
101
102
- name: Build and push -- Commit
103
# push commit build when not a release
104
if: !startsWith(github.ref, 'refs/tags/')
105
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
106
with:
107
file: ./images/snowid-cloudnative/Dockerfile
108
context: .
0 commit comments