Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Feb 4, 2024
1 parent 8decf0a commit e5b77de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

name: Create and publish a Docker image to GHCR on tag
name: docker

on:
push:
Expand All @@ -36,7 +36,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-push-image:
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit e5b77de

Please sign in to comment.