Skip to content

Commit c36ba71

Browse files
Reference a newer build-push-action.
1 parent cef7051 commit c36ba71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-image-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
password: ${{ secrets.DOCKER_PASSWORD }}
3535

3636
- name: Build and push
37-
uses: docker/build-push-action@v3
37+
uses: docker/build-push-action@v4
3838
with:
3939
context: ./resources/smart-contracts-rust
4040
push: true
@@ -43,7 +43,7 @@ jobs:
4343
tags: multiversx/devcontainer-smart-contracts-rust:${{ env.VERSION }}
4444

4545
- name: Push to "latest"
46-
uses: docker/build-push-action@v3
46+
uses: docker/build-push-action@v4
4747
with:
4848
context: ./resources/smart-contracts-rust
4949
push: ${{ inputs.latest }}

0 commit comments

Comments
 (0)