Skip to content

Commit

Permalink
Update ghcr-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hariprasadiit authored Sep 28, 2023
1 parent b2fbe02 commit 97c8604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ghcr-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: docker/chrome
context: .
file: docker/chrome/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 97c8604

Please sign in to comment.