Skip to content

Commit

Permalink
[workflow] disable builds on/pushes to ghcr
Browse files Browse the repository at this point in the history
We are currently not ready to do it frequently (or infrequently)
  • Loading branch information
smokhov authored Dec 25, 2024
1 parent 4cf01ed commit df4576d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build the Docker image
run: docker build . --file Dockerfile --tag ghcr.io/nag-devops/docker-forticlient:latest
- name : Push Container
run: docker push ghcr.io/nag-devops/docker-forticlient:latest
#run: docker build . --file Dockerfile --tag ghcr.io/nag-devops/docker-forticlient:latest
run: echo "Registry image CI build is currently disabled"
- name: Push Container
#run: docker push ghcr.io/nag-devops/docker-forticlient:latest
run: echo "Registry image push is currently disabled"

0 comments on commit df4576d

Please sign in to comment.