We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b12216 commit 97a9459Copy full SHA for 97a9459
.github/workflows/docker.yml
@@ -38,7 +38,7 @@ jobs:
38
username: ${{ github.actor }}
39
password: ${{ secrets.GH_TOKEN }}
40
- name: Build and push Docker image
41
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
42
with:
43
context: ${{ matrix.component }}
44
push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
0 commit comments