Skip to content

Commit 119a5e9

Browse files
committed
update
1 parent 091d2d0 commit 119a5e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Set short sha
4343
id: vars
44-
run: echo "::set-output name=sha_short::${GITHUB_SHA::7}"
44+
run: echo "sha_short=${GITHUB_SHA::7}" >> $GITHUB_OUTPUT
4545

4646
- name: Bump version and tag
4747
id: tag_version
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: For PR build only
5656
if: ${{ github.event_name == 'pull_request' }}
57-
uses: docker/build-push-action@v2
57+
uses: docker/build-push-action@v6
5858
with:
5959
context: .
6060
push: false
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: For merge build and push erundopel
6868
if: ${{ github.event_name == 'push' }}
69-
uses: docker/build-push-action@v2
69+
uses: docker/build-push-action@v6
7070
with:
7171
context: .
7272
push: true

0 commit comments

Comments
 (0)