Skip to content

Commit

Permalink
store image
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Jan 23, 2022
1 parent 34edd40 commit 3bb4db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build Wiremock Docker image
run: docker buildx build . -t ${{ matrix.versions.IMAGE }} --build-arg WIREMOCK_VERSION=${{ needs.build.outputs.version }}
run: docker buildx build . -t ${{ matrix.versions.IMAGE }} --build-arg WIREMOCK_VERSION=${{ needs.build.outputs.version }} --load

- name: docker tag
run: docker tag ${{ matrix.versions.IMAGE }} ${{ matrix.versions.IMAGE }}:${{ needs.build.outputs.version }}
Expand Down

0 comments on commit 3bb4db9

Please sign in to comment.