Skip to content

Commit

Permalink
setup buildx and add cache (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-rodrigues authored Jun 8, 2023
1 parent dc1dd59 commit d0a6d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ inputs.goVersion }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to docker registry
if: ${{ ! inputs.skip && inputs.loginToDockerRegistry }}
uses: docker/login-action@v2
Expand Down

0 comments on commit d0a6d2c

Please sign in to comment.