Skip to content

Commit 1476f50

Browse files
committed
Bump version up
1 parent 7e6aa34 commit 1476f50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
-
9393
if: ${{ !env.SKIP_BUILD && env.SKIP_SQUASH == '1' }}
9494
name: Build and push ${{ env.BUILD_TAG }} using ${{ env.OS_BASE }}
95-
uses: docker/build-push-action@v5
95+
uses: docker/build-push-action@v6
9696
with:
9797
pull: false
9898
push: ${{ !env.SKIP_PUSH }}
@@ -128,7 +128,7 @@ jobs:
128128
-
129129
if: ${{ !env.SKIP_BUILD && !env.SKIP_SQUASH }}
130130
name: Build ${{ env.BUILD_TAG }} using ${{ env.OS_BASE }}
131-
uses: docker/build-push-action@v5
131+
uses: docker/build-push-action@v6
132132
with:
133133
pull: false
134134
push: true
@@ -172,7 +172,7 @@ jobs:
172172
-
173173
if: ${{ !env.SKIP_BUILD && !env.SKIP_SQUASH }}
174174
name: Squash and push ${{ env.BUILD_TAG }} using ${{ env.OS_BASE }}
175-
uses: docker/build-push-action@v5
175+
uses: docker/build-push-action@v6
176176
with:
177177
pull: false
178178
push: ${{ !env.SKIP_PUSH }}

0 commit comments

Comments
 (0)