From 14048ad2f2f942c2d2437234968887b1ea03b1e8 Mon Sep 17 00:00:00 2001 From: Simon Blanke Date: Mon, 8 Jan 2024 19:47:14 +0100 Subject: [PATCH] fix formatting --- .github/workflows/publish_testing_image.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish_testing_image.yml b/.github/workflows/publish_testing_image.yml index c2ffe16..2d535a3 100644 --- a/.github/workflows/publish_testing_image.yml +++ b/.github/workflows/publish_testing_image.yml @@ -1,9 +1,10 @@ name: publish testing image -on: push: - branches: - - 'main' - paths: - - 'requirements.txt' +on: + push: + branches: + - 'main' + paths: + - 'requirements.txt' jobs: build and publish testing image: @@ -21,6 +22,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build the hello-docker Docker image run: | - docker build . --tag ghcr.io/simonblanke/hello-docker-gcr-demo:latest - docker run ghcr.io/simonblanke/hello-docker-gcr-demo:latest - docker push ghcr.io/simonblanke/hello-docker-gcr-demo:latest \ No newline at end of file + docker build . --tag ghcr.io/simonblanke/testing-image:latest + docker run ghcr.io/simonblanke/testing-image:latest + docker push ghcr.io/simonblanke/testing-image:latest \ No newline at end of file