diff --git a/example-workflows/build-and-deploy.yaml b/example-workflows/build-and-deploy.yaml index ea73d35..ac45be9 100644 --- a/example-workflows/build-and-deploy.yaml +++ b/example-workflows/build-and-deploy.yaml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: ${{ github.repository }}:${{ github.sha }}