Skip to content

Commit

Permalink
chore(#502): 🧑‍💻
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Augustin <dev@andreas-augustin.org>
  • Loading branch information
AndreasAugustin committed Mar 16, 2024
1 parent bc31bba commit 7d5fa95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
andyAugustin/${{ matrix.variant }}
ghcr.io/AndreasAugustin/${{ matrix.variant }}
andyaugustin/${{ matrix.variant }}
ghcr.io/andreasaugustin/${{ matrix.variant }}
tags: |
type=semver,pattern={{raw}},value=${{ inputs.tag }}${{ matrix.target == 'dev' && '-dev' || '' }}
- name: Build ${{ matrix.variant }}
Expand All @@ -76,10 +76,10 @@ jobs:
run: |
echo "Run tests"
container-structure-test test \
--image andyAugustin/${{ matrix.variant }}:${{ steps.meta.outputs.tags }} \
--image andyaugustin/${{ matrix.variant }}:${{ steps.meta.outputs.tags }} \
--config src/test-config.yaml
container-structure-test test \
--image ghcr.io/AndreasAugustin/${{ matrix.variant }}:${{ steps.meta.outputs.tags }} \
--image ghcr.io/andreasaugustin/${{ matrix.variant }}:${{ steps.meta.outputs.tags }} \
--config src/test-config.yaml
- name: push ${{ matrix.variant }}
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 7d5fa95

Please sign in to comment.