Skip to content

Commit

Permalink
Add buildx to fix imageid/digest issue
Browse files Browse the repository at this point in the history
  • Loading branch information
spinningarrow committed Apr 5, 2022
1 parent c8c34d9 commit 5c8fa6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
version: v0.8.2

- name: Log in to container registry
uses: docker/login-action@v1
Expand Down

0 comments on commit 5c8fa6d

Please sign in to comment.