Skip to content

Commit

Permalink
Fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Dec 3, 2024
1 parent 9d172de commit 1fb1fe4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,7 @@ jobs:
working-directory: ${{ github.workspace }}

-
name: Build
uses: docker/build-push-action@v5
with:
context: .
load: true
tags: ghcr.io/${{ github.repository_owner }}/ultralight:latest
provenance: false

-
run: docker run --rm ghcr.io/${{ github.repository_owner }}/ultralight:latest --version
-
name: Push
name: Build & Push
uses: docker/build-push-action@v5
with:
context: .
Expand Down

0 comments on commit 1fb1fe4

Please sign in to comment.