We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e5085 commit 883a0d8Copy full SHA for 883a0d8
.github/workflows/docker.yml
@@ -39,7 +39,7 @@ jobs:
39
username: ${{ github.actor }}
40
password: ${{ secrets.GH_TOKEN }}
41
- name: Build and push Docker image
42
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
43
with:
44
context: .
45
push: ${{ github.event_name != 'pull_request' && ( github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/projects-bot' ) }}
0 commit comments