Skip to content

Commit

Permalink
still fixing ghcr auth
Browse files Browse the repository at this point in the history
  • Loading branch information
RA341 committed Sep 26, 2024
1 parent fd88a6c commit 7bbea4a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,17 @@ jobs:
- name: Login to GHCR registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Build and push
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ github.repository }}:beta
- name: build image
run: docker build . -t ghcr.io/${{ github.repository }}:beta

- name: push
run: docker push ghcr.io/${{ github.repository }}:beta

# - name: Build and push
# uses: docker/build-push-action@v6
# with:
# push: true
# tags: ${{ github.repository }}:beta

# if the binary needs to built directly
# - name: Set up Go
Expand Down

0 comments on commit 7bbea4a

Please sign in to comment.