Skip to content

Commit

Permalink
Global DOCKER_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed May 5, 2023
1 parent 91d3a2a commit 25eb3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on: # yamllint disable-line rule:truthy
jobs:
goreleaser:
runs-on: ubuntu-latest
env:
DOCKER_CONFIG: $HOME/.docker
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -58,4 +60,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ steps.prepare.outputs.tag_name }}
SLACK_WEBHOOK: ${{ secrets.SLACK_EDGE_GITHUB_URL }}
DOCKER_CONFIG: $HOME/.docker

0 comments on commit 25eb3a2

Please sign in to comment.