Skip to content

Commit

Permalink
self-hosted uhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
mimimix committed Jan 16, 2024
1 parent 502923f commit 6dcda86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Log into github packages
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u "${{ github.actor }}" --password-stdin
- name: Start build ${{ PROJECT_NAME }} - ${{ matrix.target }}
- name: Start build $PROJECT_NAME - ${{ matrix.target }}
run: |
IMAGE_ID=docker.pkg.github.com/${{ github.repository }}/${{ PROJECT_NAME }}-${{ matrix.target }}
echo START BUILD WITH IMAGE_ID=$IMAGE_ID
Expand Down

0 comments on commit 6dcda86

Please sign in to comment.