aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorLéo Vansimay2021-04-16 15:17:37 +0200
committerGitHub2021-04-16 15:17:37 +0200
commit27486822202b50b2dd1cdf2dc95d143671b1ae25 (patch)
treeb2ec79ab25fae9a3f911ab889e33410a46d1b55f /.github/workflows
parentdf2da49efb917da2b3466cb8d508b1ca6fc55f54 (diff)
downloadsec-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.yml2
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 }}