Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Headary committed Jul 22, 2024
1 parent d02aa9c commit eaf291a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Create and publish a Docker image

on:
push:
branchers:
- master

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit eaf291a

Please sign in to comment.