Skip to content

Commit

Permalink
Update update-containers.yml.gotpl
Browse files Browse the repository at this point in the history
  • Loading branch information
greboid authored Dec 20, 2023
1 parent 29f5356 commit 9095742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-containers.yml.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
with:
path: ${{ steps.go-paths.outputs.go-path }}/bin
key: ${{ runner.os }}-go-build-${{ steps.contempt.outputs.tag }}
- name: Ensure docker config exists
run: mkdir -p ~/.docker && touch ~/.docker/config.json
- name: Checkout source
uses: actions/checkout@master
- name: Setup Go
Expand Down

0 comments on commit 9095742

Please sign in to comment.