Skip to content

Commit

Permalink
testing 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasscheman committed Sep 13, 2024
1 parent 02a0e46 commit 80184d4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docker-image-Laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ on:
pull_request:
branches: [ "master" ]
env:
# 🖊️ EDIT to change the image registry settings.
# Registries such as GHCR, Quay.io, and Docker Hub are supported.
IMAGE_REGISTRY: ghcr.io/utrechtuniversity
IMAGE_REGISTRY_USER: ${{ github.actor }}
IMAGE_REGISTRY_PASSWORD: ${{ github.token }}
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-backend
TAG_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.repository }}
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 80184d4

Please sign in to comment.