diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e0393ea..d931775 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -26,5 +26,4 @@ jobs: with: context: . push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + tags: ghcr.io/marconlp/snapify:latest