From 2f9aa1bd131debfdccde6da86ddad6dac8660c4d Mon Sep 17 00:00:00 2001 From: Jason Marechal Date: Mon, 9 Oct 2023 15:05:13 +0200 Subject: [PATCH] Update docker publish action --- .github/workflows/build_centos7.yml | 2 +- .github/workflows/centos-release.yml | 2 +- .github/workflows/centos7-system-deps-build.yml | 2 +- .github/workflows/publish_centos_docker.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_centos7.yml b/.github/workflows/build_centos7.yml index 604cb51169..e8a937fdb4 100644 --- a/.github/workflows/build_centos7.yml +++ b/.github/workflows/build_centos7.yml @@ -30,7 +30,7 @@ jobs: - name: Docker file push id: docker_push if: steps.changed-files.outputs.any_changed == 'true' - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@main with: name: antaresrte/rte-antares username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/centos-release.yml b/.github/workflows/centos-release.yml index 601bed450e..efe0bc2c6c 100644 --- a/.github/workflows/centos-release.yml +++ b/.github/workflows/centos-release.yml @@ -37,7 +37,7 @@ jobs: - name: Docker file push id: docker_push if: steps.changed-files.outputs.any_changed == 'true' - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@main with: name: antaresrte/rte-antares username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/centos7-system-deps-build.yml b/.github/workflows/centos7-system-deps-build.yml index 0e3faa9d5b..21f3e63557 100644 --- a/.github/workflows/centos7-system-deps-build.yml +++ b/.github/workflows/centos7-system-deps-build.yml @@ -24,7 +24,7 @@ jobs: - name: Docker file push id: docker_push if: steps.changed-files.outputs.any_changed == 'true' - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@main with: name: antaresrte/rte-antares username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/publish_centos_docker.yml b/.github/workflows/publish_centos_docker.yml index b70599a375..12d7aa448d 100644 --- a/.github/workflows/publish_centos_docker.yml +++ b/.github/workflows/publish_centos_docker.yml @@ -16,7 +16,7 @@ jobs: - name: Docker file push id: docker_push - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@main with: name: antaresrte/rte-antares username: ${{ secrets.DOCKER_USERNAME }}