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 0bb2a9e commit 1bb71b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
include:
- image: ghcr.io/chaos-playground/chaos-playground-ui
- image: ghcr.io/farhanangullia/chaos-playground/chaos-playground-ui
context: apps/chaos-playground-ui

permissions:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.ACCESS_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand Down

0 comments on commit 1bb71b3

Please sign in to comment.