Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyuploader authored Sep 25, 2024
1 parent 65dbc2a commit dfb7f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Dockerfile(s) & Push to GHCR
run: docker buildx build --platform linux/amd64,linux/arm64 --file "${{ matrix.Docker_Image }}"/Dockerfile --tag ghcr.io/${{ github.repository_owner }}/${{ matrix.Docker_Image }}:latest --push .
run: docker buildx build --platform linux/amd64,linux/arm64 --file "${{ matrix.Docker_Image }}"/Dockerfile --tag ghcr.io/crazyuploader/"${{ matrix.Docker_Image }}":latest --push .

0 comments on commit dfb7f55

Please sign in to comment.