Skip to content

Commit

Permalink
Merge pull request #17 from rancher/image-label-fix
Browse files Browse the repository at this point in the history
corectly label images in publish CI
  • Loading branch information
alexandreLamarre authored May 6, 2024
2 parents 88993c2 + 16ea8ef commit 2c89227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.proxy
file: Dockerfile.client
push: true
tags: ${{ env.REGISTRY }}/rancher/pushprox-client:${{ env.TAG_NAME }}-client
platforms: linux/amd64,linux/arm64
- name: Build and push PushProx proxy image
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.client
file: Dockerfile.proxy
push: true
tags: ${{ env.REGISTRY }}/rancher/pushprox-proxy:${{ env.TAG_NAME }}-proxy
platforms : linux/amd64,linux/arm64

0 comments on commit 2c89227

Please sign in to comment.