File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 91
91
echo "short-sha=$(echo ${{ github.sha }} | cut -c 1-7 )" >> $GITHUB_OUTPUT
92
92
- if : github.ref == 'refs/heads/main'
93
93
name : Build and push Docker image - main
94
- uses : docker/build-push-action@v5
94
+ uses : docker/build-push-action@v6
95
95
with :
96
96
context : .
97
97
labels : ${{ steps.meta.outputs.labels }}
@@ -105,7 +105,7 @@ jobs:
105
105
${{ env.DOCKER_REPOSITORY }}:latest
106
106
- if : github.event_name == 'pull_request'
107
107
name : Build and push Docker image - pull request
108
- uses : docker/build-push-action@v5
108
+ uses : docker/build-push-action@v6
109
109
with :
110
110
context : .
111
111
labels : ${{ steps.meta.outputs.labels }}
@@ -196,7 +196,7 @@ jobs:
196
196
run : |
197
197
echo "short-sha=$(echo ${{ github.sha }} | cut -c 1-7 )" >> $GITHUB_OUTPUT
198
198
- name : Build and push Docker image
199
- uses : docker/build-push-action@v5
199
+ uses : docker/build-push-action@v6
200
200
with :
201
201
context : .
202
202
labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments