Skip to content

Commit

Permalink
ci: Enabling image pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
trygvis committed Dec 29, 2024
1 parent 78c9aaf commit 0370920
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
DATABASE_URL: postgres://skjera-owner:skjera-owner@localhost/skjera
DEBIAN_FRONTEND: noninteractive

Expand Down Expand Up @@ -59,7 +58,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/${{ github.event.repository.name }}
images: ${{ env.REGISTRY }}/${{ github.event.repository.name }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 0370920

Please sign in to comment.