Skip to content

Commit

Permalink
test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Feb 17, 2024
1 parent a56cbe7 commit aea79fd
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 @@ -63,6 +63,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: add tag
run: docker image tag ${{ github.repository }}:latest ${{ github.repository }}:${{ matrix.env.BEAKER_SETFILE }}
run: docker image tag ${{ github.repository }}:latest ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ matrix.env.BEAKER_SETFILE }}
- name: Publish container
run: docker push ghcr.io/bastelfreak/${{ github.repository }}:${{ matrix.env.BEAKER_SETFILE }}
run: docker push ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ matrix.env.BEAKER_SETFILE }}

0 comments on commit aea79fd

Please sign in to comment.