diff --git a/.github/workflows/publish_package_docker.yml b/.github/workflows/publish_package_docker.yml index 05b75d0..84ad0ce 100644 --- a/.github/workflows/publish_package_docker.yml +++ b/.github/workflows/publish_package_docker.yml @@ -1,7 +1,5 @@ name: Publish to Docker on: - push: - branches: [ main ] release: types: [published] permissions: @@ -18,7 +16,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/saezlab/publish-packages/game + images: ghcr.io/saezlab/publish-packages/decoupler tags: type=sha - name: Login to GHCR uses: docker/login-action@v3