Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 8, 2024
1 parent b198e67 commit 14048ad
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/publish_testing_image.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
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

0 comments on commit 14048ad

Please sign in to comment.