Skip to content

Commit

Permalink
💚 Fix Image tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
josuablejeru committed Aug 27, 2023
1 parent 65bb7fc commit f2f3aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build native docker image
run: ./gradlew bootBuildImage --imageName=${{ github.actor }}/${{ github.repository }}:latest
run: ./gradlew bootBuildImage --imageName=${{ github.repository }}:latest

- name: Log in to GitHub Packages
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
Expand Down

0 comments on commit f2f3aad

Please sign in to comment.