diff options
| author | Léo Vansimay | 2021-04-16 15:17:37 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-16 15:17:37 +0200 |
| commit | 27486822202b50b2dd1cdf2dc95d143671b1ae25 (patch) | |
| tree | b2ec79ab25fae9a3f911ab889e33410a46d1b55f /.github/workflows | |
| parent | df2da49efb917da2b3466cb8d508b1ca6fc55f54 (diff) | |
| download | sec-certs-27486822202b50b2dd1cdf2dc95d143671b1ae25.tar.gz sec-certs-27486822202b50b2dd1cdf2dc95d143671b1ae25.tar.zst sec-certs-27486822202b50b2dd1cdf2dc95d143671b1ae25.zip | |
Update docker-image.yml
switch to v2 of build-push action as asked by the warning
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docker-image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c0298502..7500554d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,7 +17,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v2 - name: Push to Docker Hub - uses: docker/build-push-action@v1 + uses: docker/build-push-action@v2 with: username: ${{ secrets.DOCKER_USERNAME }} #we can set these secrets with admin rights, so the code will adapt to the dockerHub account used password: ${{ secrets.DOCKER_PASSWORD }} |
