From 87809ec8ebc50f5a4747951ffd86bd2ef19c52a8 Mon Sep 17 00:00:00 2001 From: xy2z Date: Wed, 16 Feb 2022 09:58:03 +0100 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8a02db1..c58ad2c 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -28,7 +28,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - # Push to master branch - push "latest" tag - name: Build and push + name: Build and Push (latest) if: github.event_name == 'push' uses: docker/build-push-action@v2 with: @@ -37,7 +37,7 @@ jobs: tags: xy2z/pinedocs:latest - # Push the new release - name: Build and push + name: Build and Push New Release if: github.event_name == 'release' uses: docker/build-push-action@v2 with: