From 73cfb2e36ee5134be8762c1115b6be21cf4ddf50 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Wed, 29 Mar 2023 20:25:29 +0200 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/rust.yml | 2 +- .github/workflows/rust_release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e6e6a2293..cd05f7d9a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -118,7 +118,7 @@ jobs: steps: - uses: actions/checkout@master - name: build docker image - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: xain/xain-fl username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/rust_release.yaml b/.github/workflows/rust_release.yaml index 31ea64c63..3fcbd5243 100755 --- a/.github/workflows/rust_release.yaml +++ b/.github/workflows/rust_release.yaml @@ -121,7 +121,7 @@ jobs: steps: - uses: actions/checkout@master - name: build docker image - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: xain/xain-fl username: ${{ secrets.DOCKER_USERNAME }}