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 8201636 commit ef8f6a6Copy full SHA for ef8f6a6
.github/workflows/build-publish.yaml
@@ -50,7 +50,7 @@ jobs:
50
password: ${{ secrets.DOCKERHUB_TOKEN }}
51
52
- name: Build and export to Docker
53
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
54
with:
55
context: .
56
load: true
@@ -75,7 +75,7 @@ jobs:
75
docker rm -f ${{ env.TEST_CONTAINER_NAME }}
76
77
- name: Build and push
78
79
80
81
push: ${{ github.event_name != 'pull_request' }}
0 commit comments