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 4853433 commit c82dc81Copy full SHA for c82dc81
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
latest=${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
50
51
- name: Build and push
52
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
53
with:
54
context: .
55
push: ${{ github.event_name != 'pull_request' }}
0 commit comments