Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrapulse authored Jul 26, 2024
1 parent ea819ac commit 93ca67c
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 @@ -28,7 +28,7 @@ jobs:
- uses: docker/metadata-action@v5
id: image-metadata
with:
images: ghcr.io/${{ github.repository }}
images: ghcr.io/kankerdev/dbackup
tags: |
type=raw,value=${{ matrix.type }}-${{ matrix.arch }}
- uses: docker/login-action@v3
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-20.04
needs: [ build ]
env:
IMAGE: ghcr.io/${{ github.repository }}
IMAGE: ghcr.io/kankerdev/dbackup
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 93ca67c

Please sign in to comment.