diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 5820382..f3ddadd 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -21,7 +21,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Build and push + - name: Build and Push Updated Latest uses: docker/build-push-action@v2 with: context: . @@ -43,7 +43,7 @@ jobs: ;; esac echo "::set-output name=tag::$tag" - - name: Build and push + - name: Build and Push Tag uses: docker/build-push-action@v2 with: context: .