We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29174e7 commit 3d05d9bCopy full SHA for 3d05d9b
1 file changed
docker-build/README.md
@@ -46,7 +46,7 @@ jobs:
46
fetch-depth: 0 # Fetch all history for proper versioning
47
48
- name: Build and Push Docker Image
49
- uses: iExecBlockchainComputing/github-actions-workflows/docker-build@docker-build-v1.1.1
+ uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@docker-build-v2.2.0
50
with:
51
dockerfile: 'Dockerfile'
52
tag: 'my-image:latest'
@@ -78,7 +78,7 @@ jobs:
78
uses: docker/setup-buildx-action@v2
79
80
81
82
83
84
tag: 'myorg/myapp:${{ github.event.release.tag_name }}'
0 commit comments