Skip to content

Commit b522aca

Browse files
docs(docker-build): fix bad workflow reference
1 parent 272685a commit b522aca

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
@@ -50,7 +50,7 @@ jobs:
5050
fetch-depth: 0 # Fetch all history for proper versioning
5151

5252
- name: Build and Push Docker Image
53-
uses: iExecBlockchainComputing/github-actions-workflows/docker-build@docker-build-v1.1.1
53+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@docker-build-v2.2.0
5454
with:
5555
image-name: "username/my-image"
5656
dockerfile: "Dockerfile"
@@ -83,7 +83,7 @@ jobs:
8383
uses: docker/setup-buildx-action@v2
8484

8585
- name: Build and Push Docker Image
86-
uses: iExecBlockchainComputing/github-actions-workflows/docker-build@docker-build-v1.1.1
86+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@docker-build-v2.2.0
8787
with:
8888
dockerfile: "Dockerfile"
8989
tag: "myorg/myapp:${{ github.event.release.tag_name }}"

0 commit comments

Comments
 (0)