Skip to content

Commit

Permalink
fix: ci add missing go cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
robot9706 committed Oct 11, 2023
1 parent 71964ed commit f5fc51d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
packages: write
contents: read
container:
image: ghcr.io/dyrector-io/dyrectorio/builder-images/nodejs:1
image: ghcr.io/dyrector-io/dyrectorio/builder-images/golang:2
defaults:
run:
working-directory: ${{ env.AGENT_WORKING_DIRECTORY }}
Expand Down Expand Up @@ -83,3 +83,8 @@ jobs:
# TODO: Env for version
- name: Push agent image to GHCR Registry
run: docker image push ${GITHUB_REGISTRY}/${AGENT_IMAGE_NAME}:latest
- name: Save Golang caches
uses: actions/cache/save@v3
with:
path: /go
key: ${{ runner.os }}-golang-${{ hashFiles('go.sum') }}

0 comments on commit f5fc51d

Please sign in to comment.