1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-23 05:39:03 +08:00

Merge pull request #15 from zu1k/dependabot/github_actions/docker/build-push-action-v2

Bump docker/build-push-action from v1.1.0 to v2
This commit is contained in:
zu1k 2020-09-07 14:07:12 +08:00 committed by GitHub
commit 4500642139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2.3.2
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.0
uses: docker/build-push-action@v2
with:
username: zu1k
password: ${{ secrets.GITHUB_TOKEN }}