diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9cf07c8..381238a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -32,9 +32,7 @@ jobs: uses: docker/metadata-action@v5 with: # list of Docker images to use as base name for tags - images: | - pixelaw/core - ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} + images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # generate Docker tags based on the following events/attributes tags: | type=schedule