Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML authored Oct 31, 2023
1 parent 119b644 commit 4c0faeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push
env:
MASTER_PUSHED: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: docker/build-push-action@v5
with:
push: ${{ enr.MASTER_PUSHED }}
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
tags: ghcr.io/${{ github.repository_owner }}/ultralight:latest
provenance: false

0 comments on commit 4c0faeb

Please sign in to comment.