Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Peva Blanchard committed Nov 26, 2024
1 parent 9ac83e4 commit 365661d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Build gradle
run: |
./gradlew :build
ls -alh .
# Log in to GitHub Container Registry
- name: Log in to GitHub Container Registry
Expand All @@ -42,6 +41,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.ref_name }}
Expand Down

0 comments on commit 365661d

Please sign in to comment.