Skip to content

Commit d8ac1b0

Browse files
authored
Merge pull request #35 from arnested/dependabot/github_actions/docker/build-push-action-v1.1.0
Bump docker/build-push-action from v1.0.0 to v1.1.0
2 parents 1c0339f + b55536a commit d8ac1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Build and push Docker images
11-
uses: docker/build-push-action@v1.0.0
11+
uses: docker/build-push-action@v1.1.0
1212
with:
1313
username: ${{ secrets.DOCKER_USERNAME }}
1414
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)