Skip to content

Commit

Permalink
Revert build file
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcoxson authored May 3, 2022
1 parent 3c75f98 commit 01cc291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: ${{ env.REGISTRY }}/${{ github.repository }}/netmuxd:${{ github.sha }}
tags: ${{ secrets.TAGS }}
cache-from: type=gha
cache-to: type=gha,mode=max

3 comments on commit 01cc291

@zeyugao
Copy link
Contributor

@zeyugao zeyugao commented on 01cc291 May 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need tag like: ghcr.io/username/repo. That is ghcr.io/jkcoxson/netmuxd in your case

@jkcoxson
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There don’t seem to be any build artifacts, were the supposed to be?

@zeyugao
Copy link
Contributor

@zeyugao zeyugao commented on 01cc291 May 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In your profile page, the “Package” tab. You will can make it public and link to this repo. So that we can see it in “packages” which is next to the release section

Please sign in to comment.