We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad417cc commit 2f183fdCopy full SHA for 2f183fd
.github/workflows/docker.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: docker/setup-buildx-action@v3
41
42
- name: Build and Publish Rosette Image
43
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
44
with:
45
context: .
46
push: ${{ github.event_name != 'pull_request' }}
0 commit comments