Skip to content

Commit

Permalink
fix: add tasks file to release please config and add docker login (#139)
Browse files Browse the repository at this point in the history
## Description

add tasks file to release please config and add docker login
  • Loading branch information
UncleGedd authored Aug 2, 2024
1 parent 572f385 commit f61680f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,19 @@ jobs:
if: ${{ needs.tag-new-version.outputs.release_created == 'true'}}
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Setup Environment (Go, Node, Homebrew, UDS CLI, k3d)
uses: ./.github/actions/setup

- name: Login to GHCR
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Publish
run: |
uds run build:publish-uds-runtime
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
],
"extra-files": [
"zarf.yaml",
"tasks.yaml",
"tasks/build.yaml",
"chart/values.yaml"
]
Expand Down

0 comments on commit f61680f

Please sign in to comment.