Skip to content

Commit

Permalink
Merge pull request #283 from AbsaOSS/docker-experimental
Browse files Browse the repository at this point in the history
Enable docker experimental features in GHA
  • Loading branch information
k0da authored Feb 5, 2021
2 parents 62ac00a + cdf43c3 commit aaed6f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_CLI_EXPERIMENTAL: "enabled"
run: |
export PATH=~/go/bin:$PATH
docker login -u "${DOCKER_USER}" -p "${DOCKER_PASSWORD}"
Expand Down

0 comments on commit aaed6f9

Please sign in to comment.