diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2ce345..7764b95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/docker-hub-build.yml b/.github/workflows/docker-hub-build.yml index fa78d24..02b700d 100644 --- a/.github/workflows/docker-hub-build.yml +++ b/.github/workflows/docker-hub-build.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.DOCKER_HUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.0.0 with: context: . push: ${{ github.event_name != 'pull_request' }} diff --git a/.github/workflows/trivy-test-images.yml b/.github/workflows/trivy-test-images.yml index 496b07e..e6a2fe7 100644 --- a/.github/workflows/trivy-test-images.yml +++ b/.github/workflows/trivy-test-images.yml @@ -36,7 +36,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 + uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 with: context: . file: ./Dockerfile