Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jodevsa committed Mar 19, 2022
1 parent b054300 commit be15091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-operator-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
tags: |
type=ref,event=branch
type=sha,format=long
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/operator

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
tags: |
type=ref,event=branch
type=sha,format=long
images: ${{ env.REGISTRY }}/wireguard-image
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/wireguard

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit be15091

Please sign in to comment.