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 07b12b9 commit a7654a2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Publish to GHCR
name: publish to ghcr
on:
workflow_dispatch:
push:
branches:
- lotgaming
jobs:
push:
name: Create build and push to GHCR
name: "Create build and push to GHCR"
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -30,10 +30,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
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
Expand Down

0 comments on commit a7654a2

Please sign in to comment.