Skip to content

Commit

Permalink
ci wip
Browse files Browse the repository at this point in the history
  • Loading branch information
trygvis committed Dec 29, 2024
1 parent 1ef4e06 commit f6b3652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ vars.DOCKER_USERNAME }}/${{ github.event.repository.name }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ github.event.repository.name }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -69,7 +69,7 @@ jobs:
context: .
# push: ${{ github.event_name != 'pull_request' }}
push: false
# tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }}
tags: ${{ vars.DOCKER_USERNAME }}/${{ github.event.repository.name }}:${{ steps.extract_branch.outputs.branch }}
# tags: ${{ github.event. }}/${{ github.event.repository.name }}:${{ steps.extract_branch.outputs.branch }}
# tags: foo

0 comments on commit f6b3652

Please sign in to comment.