Skip to content

Commit

Permalink
chore: Fix GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maczomen committed Apr 23, 2024
1 parent 614c57e commit dad63ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker
name: Docker deploy

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
Expand All @@ -17,7 +17,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: docker.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: "grisera_core_mongo"


jobs:
Expand Down

0 comments on commit dad63ea

Please sign in to comment.