Skip to content

Commit

Permalink
Merge pull request #9 from hellofresh/patch/EES-4171
Browse files Browse the repository at this point in the history
Setup buildx before executing
  • Loading branch information
diegomarangoni authored Oct 1, 2020
2 parents e02a613 + 70f3a4c commit 0dbebf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 0dbebf1

Please sign in to comment.