Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 1.7.0 to 2.0.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 19, 2022
1 parent 96ec04c commit 28fd90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/} | tr / -)" >> $GITHUB_ENV
echo "DOCKER_TAG=$(echo ${GITHUB_REPOSITORY#*/}):$(echo ${GITHUB_REF#refs/heads/} | tr / -)" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1.7.0
uses: docker/setup-buildx-action@v2.0.0
with:
install: true
- name: Cache Docker layers
Expand Down

0 comments on commit 28fd90e

Please sign in to comment.