Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Remove workflow_dispatch to prevent manual pushes of images tot he pu…
Browse files Browse the repository at this point in the history
…blic repo (#75)
  • Loading branch information
nacx authored Mar 5, 2024
1 parent 64a8ad8 commit b2e25b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/fips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
- main
- release-**
tags: [ 'v[0-9]+.[0-9]+.[0-9]+**' ] # Ex. v0.2.0, v0.2.1-rc2
workflow_dispatch: {}

env:
GOPROXY: https://proxy.golang.org
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ name: Publish
on:
push:
tags: ['v[0-9]+.[0-9]+.[0-9]+**'] # Ex. v0.2.0, v0.2.1-rc2
workflow_dispatch: {}

env:
GOPROXY: https://proxy.golang.org
Expand Down

0 comments on commit b2e25b0

Please sign in to comment.