Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quadseed authored Oct 21, 2023
1 parent 47c8c1f commit 3d9f6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: docker/metadata-action@v5
id: metadata
with:
images: "ghcr.io/${{ github.actor }}/dns-mx-watchdog"
images: ghcr.io/CIT-NakamuraLab/dns-mx-watchdog
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand All @@ -36,4 +36,4 @@ jobs:
context: .
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
labels: ${{ steps.metadata.outputs.labels }}

0 comments on commit 3d9f6f6

Please # to comment.