Skip to content

Commit

Permalink
CI clean
Browse files Browse the repository at this point in the history
  • Loading branch information
romanov committed Sep 6, 2022
1 parent 0530bea commit 3019ac5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,3 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}


- name: Build and publish the Docker image
run: |
docker build . --file Dockerfile --tag ghcr.io/northpowered/simple-sla:latest
docker run --name simple-sla ghcr.io/northpowered/simple-sla:latest
docker stop simple-sla
docker push ghcr.io/northpowered/simple-sla:latest

0 comments on commit 3019ac5

Please sign in to comment.