Skip to content

Commit

Permalink
chore(deps): update dependency docker/build-push-action to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 30, 2020
1 parent 7c530f8 commit 738fed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Docker build and push
uses: docker/build-push-action@v1.1.0
uses: docker/build-push-action@v1.1.1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: version
run: echo "::set-output name=version::$(cat version/VERSION)"
- name: Docker build and push
uses: docker/build-push-action@v1.1.0
uses: docker/build-push-action@v1.1.1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
Expand Down

0 comments on commit 738fed0

Please sign in to comment.