We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae4adb commit 80cfc48Copy full SHA for 80cfc48
1 file changed
.github/workflows/main-workflow-template.yml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Build and load to the Docker client
90
if: ${{ !contains(matrix.output_image_tags, 'gpu') }}
91
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
92
with:
93
load: true
94
push: false
@@ -121,7 +121,7 @@ jobs:
121
122
- name: Push to DockerHub
123
if: ${{ github.ref == 'refs/heads/main' }}
124
125
126
push: true
127
context: ${{ inputs.context }}
0 commit comments