Skip to content

Commit

Permalink
Fixing the build
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Nov 24, 2023
1 parent 3fe9120 commit 4f0fe28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-cloudcored.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release cloudcored
name: Release

on:
push:
Expand All @@ -8,11 +8,12 @@ on:

permissions:
contents: write
# packages: write
# issues: write
packages: write
issues: write

jobs:
goreleaser:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dockers:
# Server
- id: cloudcore-server
image_templates:
- clarkmcc/cloudcore
- ghcr.io/clarkmcc/cloudcore
ids:
- cloudcore-server
goos: linux
Expand Down

0 comments on commit 4f0fe28

Please sign in to comment.