Skip to content

Commit

Permalink
Merge pull request #157 from izelnakri/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/setup-buildx-action-1.6.0

Bump docker/setup-buildx-action from 1.5.1 to 1.6.0
  • Loading branch information
izelnakri committed Sep 19, 2021
2 parents 0acabec + 95352e2 commit 74fbd1b
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.5.1
uses: docker/setup-buildx-action@v1.6.0
with:
install: true
- name: Cache Docker layers
Expand Down

0 comments on commit 74fbd1b

Please sign in to comment.