diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index c3a3000..e9a1ea6 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -15,7 +15,7 @@ on: env: DOCKER_OWNER: ${{ github.repository_owner }} - DOCKER_CONTAINER: Open-Report-Parser + DOCKER_CONTAINER: dmarc-report-parser jobs: build: @@ -45,4 +45,4 @@ jobs: with: platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/${{ env.DOCKER_OWNER }}/${{ env.DOCKER_CONTAINER }}:latest \ No newline at end of file + tags: ghcr.io/${{ env.DOCKER_OWNER }}/${{ env.DOCKER_CONTAINER }}:latest