Skip to content

Commit

Permalink
Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
Fethbita committed Oct 6, 2024
1 parent 126c2c5 commit dea7505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
with:
context: .
push: true
tags: $IMAGE:latest,$IMAGE:$GITHUB_SHA
tags: ghcr.io/${{ github.repository }}:latest,ghcr.io/${{ github.repository }}:$GITHUB_SHA

- if: github.ref_name != github.event.repository.default_branch
name: Build and push
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 #v6.9.0
with:
context: .
push: true
tags: $IMAGE:$GITHUB_SHA
tags: ghcr.io/${{ github.repository }}:$GITHUB_SHA

0 comments on commit dea7505

Please sign in to comment.