From 00fb4da4dd70c11765eee14b58ad9f796e3e3ae4 Mon Sep 17 00:00:00 2001 From: Lars Gohr Date: Fri, 30 Dec 2022 23:57:54 +0100 Subject: [PATCH] Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) --- .github/workflows/on_release.yaml | 2 +- .github/workflows/publish_docker_image.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_release.yaml b/.github/workflows/on_release.yaml index bc64dd8..8267060 100644 --- a/.github/workflows/on_release.yaml +++ b/.github/workflows/on_release.yaml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@master - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: efrat19/databricks-runs-exporter username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/publish_docker_image.yaml b/.github/workflows/publish_docker_image.yaml index 2bd76a9..879501a 100644 --- a/.github/workflows/publish_docker_image.yaml +++ b/.github/workflows/publish_docker_image.yaml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@master - name: Publish to Registry - uses: elgohr/Publish-Docker-Github-Action@master + uses: elgohr/Publish-Docker-Github-Action@v5 with: name: efrat19/databricks-runs-exporter:latest username: ${{ secrets.DOCKER_USERNAME }}