Browse Source

chore: Update docker action to v2 (#4198)

vanilla_orig
Lipis 3 years ago
parent
commit
7b442997dc
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/publish-docker.yml

+ 1
- 1
.github/workflows/publish-docker.yml View File

11
 
11
 
12
     steps:
12
     steps:
13
       - uses: actions/checkout@v2
13
       - uses: actions/checkout@v2
14
-      - uses: docker/build-push-action@v1
14
+      - uses: docker/build-push-action@v2
15
         with:
15
         with:
16
           username: ${{ secrets.DOCKER_USERNAME }}
16
           username: ${{ secrets.DOCKER_USERNAME }}
17
           password: ${{ secrets.DOCKER_PASSWORD }}
17
           password: ${{ secrets.DOCKER_PASSWORD }}

Loading…
Cancel
Save