We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef7051 commit c36ba71Copy full SHA for c36ba71
.github/workflows/publish-image-rust.yml
@@ -34,7 +34,7 @@ jobs:
34
password: ${{ secrets.DOCKER_PASSWORD }}
35
36
- name: Build and push
37
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
38
with:
39
context: ./resources/smart-contracts-rust
40
push: true
@@ -43,7 +43,7 @@ jobs:
43
tags: multiversx/devcontainer-smart-contracts-rust:${{ env.VERSION }}
44
45
- name: Push to "latest"
46
47
48
49
push: ${{ inputs.latest }}
0 commit comments