Skip to content

Commit 3ac730f

Browse files
committed
Bump version
1 parent e1de726 commit 3ac730f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ jobs:
9595
password: ${{ secrets.DOCKERHUB_TOKEN }}
9696

9797
- name: Generate dockerfile from template file
98-
working-directory: ./
9998
run: |
99+
chmod +x ./public/scripts/test.sh
100100
./images/snowid-cloudnative/replace-pg-version.sh ${{ matrix.pg }} ./images/snowid-cloudnative/in.Dockerfile ./images/snowid-cloudnative/Dockerfile
101101
102102
- name: Build and push -- Commit
103103
# push commit build when not a release
104104
if: !startsWith(github.ref, 'refs/tags/')
105-
uses: docker/build-push-action@v5
105+
uses: docker/build-push-action@v6
106106
with:
107107
file: ./images/snowid-cloudnative/Dockerfile
108108
context: .

0 commit comments

Comments
 (0)