diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3647765..bb17b3a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,7 +44,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push Docker Image - uses: docker/build-push-action@v6.0.1 + uses: docker/build-push-action@v6.0.2 with: context: . push: ${{ github.ref == 'refs/heads/master' }}