Skip to content

Commit

Permalink
Update build-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrapulse authored Nov 4, 2024
1 parent 8e2579b commit 707f6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
DOCKER_OWNER: ${{ github.repository_owner }}
DOCKER_CONTAINER: Open-Report-Parser
DOCKER_CONTAINER: dmarc-report-parser

jobs:
build:
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ env.DOCKER_OWNER }}/${{ env.DOCKER_CONTAINER }}:latest
tags: ghcr.io/${{ env.DOCKER_OWNER }}/${{ env.DOCKER_CONTAINER }}:latest

0 comments on commit 707f6d3

Please sign in to comment.