Skip to content

Commit 3d05d9b

Browse files
docs(docker-build): fix bad workflow reference
1 parent 29174e7 commit 3d05d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 0 # Fetch all history for proper versioning
4747

4848
- name: Build and Push Docker Image
49-
uses: iExecBlockchainComputing/github-actions-workflows/docker-build@docker-build-v1.1.1
49+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@docker-build-v2.2.0
5050
with:
5151
dockerfile: 'Dockerfile'
5252
tag: 'my-image:latest'
@@ -78,7 +78,7 @@ jobs:
7878
uses: docker/setup-buildx-action@v2
7979

8080
- name: Build and Push Docker Image
81-
uses: iExecBlockchainComputing/github-actions-workflows/docker-build@docker-build-v1.1.1
81+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@docker-build-v2.2.0
8282
with:
8383
dockerfile: 'Dockerfile'
8484
tag: 'myorg/myapp:${{ github.event.release.tag_name }}'

0 commit comments

Comments
 (0)