Skip to content

Commit

Permalink
fix(actions): don't publish to github, breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 18, 2023
1 parent 21c8bcd commit a9d6662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
images: |
${{ secrets.DOCKER_TARGET }}/tedicross
ghcr.io/${{ github.repository }}
# ghcr.io/${{ github.repository }}

- name: Build and push Docker images
uses: docker/build-push-action@v4.1.1
Expand Down

0 comments on commit a9d6662

Please sign in to comment.