Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
northpowered authored Sep 6, 2022
1 parent 2c9d8df commit 50a5ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
password: ${{ secrets.CR_PAT }}
- name: Build and publish the Docker image
run: |
docker build . --file Dockerfile --tag simple-sla:latest
docker build . --file Dockerfile --tag ghcr.io/northpowered/simple-sla:latest
docker run ghcr.io/northpowered/simple-sla:latest
docker push ghcr.io/northpowered/simple-sla:latest

0 comments on commit 50a5ab9

Please sign in to comment.