Skip to content

Commit

Permalink
Update ghcr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xe1os authored Sep 18, 2024
1 parent 1996182 commit 07b12b9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- id: getversion
uses: Saionaro/extract-package-version@v1.2.1
- uses: docker/build-push-action@v3.2.0
if: github.ref != 'refs/heads/master'
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
push: true
tags: |
ghcr.io/${{ steps.string.outputs.lowercase }}/g5api:next
- uses: docker/build-push-action@v3.2.0
if: github.ref == 'refs/heads/master'
with:
Expand Down

0 comments on commit 07b12b9

Please sign in to comment.