Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanangullia authored Oct 7, 2023
1 parent f854128 commit 497435f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
strategy:
matrix:
include:
- image: ghcr.io/chaos-playground-ui
dockerfile: apps/chaos-playground-ui/Dockerfile
- image: "${{ env.REGISTRY }}/chaos-playground/chaos-playground-ui"
context: apps/chaos-playground-ui

permissions:
contents: read
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: ${{ matrix.dockerfile }}
context: ${{ matrix.context }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 497435f

Please sign in to comment.