Skip to content

Commit

Permalink
Revert to original image name
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro authored and dakotabenjamin committed Mar 12, 2024
1 parent 0512e6a commit 94199a6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: tasking-manager-backend
IMAGE_NAME: ${{ github.repository }}


jobs:
Expand All @@ -47,11 +47,9 @@ jobs:
id: meta
uses: docker/[email protected]
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

tags: |
type=ref,event=branch
type=ref,event=pr
type=ref,event=tag
type=semver,pattern=raw
Expand All @@ -60,7 +58,7 @@ jobs:
type=semver,pattern={{major}}
type=sha
type=raw,value=dev-latest
- name: Build and push Docker image
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 94199a6

Please sign in to comment.