|
13 | 13 | outputs: |
14 | 14 | image_tag: supabase/pg_prove:${{ steps.version.outputs.pg_prove }} |
15 | 15 | steps: |
16 | | - - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 |
17 | | - - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 |
| 16 | + - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 |
| 17 | + - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 |
18 | 18 | with: |
19 | 19 | load: true |
20 | 20 | context: https://github.com/horrendo/pg_prove.git |
@@ -44,15 +44,15 @@ jobs: |
44 | 44 | image_digest: ${{ steps.build.outputs.digest }} |
45 | 45 | steps: |
46 | 46 | - run: docker context create builders |
47 | | - - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 |
| 47 | + - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 |
48 | 48 | with: |
49 | 49 | endpoint: builders |
50 | | - - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 |
| 50 | + - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 |
51 | 51 | with: |
52 | 52 | username: ${{ secrets.DOCKER_USERNAME }} |
53 | 53 | password: ${{ secrets.DOCKER_PASSWORD }} |
54 | 54 | - id: build |
55 | | - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 |
| 55 | + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 |
56 | 56 | with: |
57 | 57 | push: true |
58 | 58 | context: https://github.com/horrendo/pg_prove.git |
|
68 | 68 | - build_image |
69 | 69 | runs-on: ubuntu-latest |
70 | 70 | steps: |
71 | | - - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 |
72 | | - - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 |
| 71 | + - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 |
| 72 | + - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 |
73 | 73 | with: |
74 | 74 | username: ${{ secrets.DOCKER_USERNAME }} |
75 | 75 | password: ${{ secrets.DOCKER_PASSWORD }} |
|
0 commit comments