Cleaning up github workflow

This commit is contained in:
Collin Duncan 2023-07-28 19:46:50 +02:00
parent 582f79eb27
commit 9407f2df2f
No known key found for this signature in database

View file

@ -25,8 +25,3 @@ jobs:
tags: ghcr.io/cgduncan7/autobaan:latest
cache-from: type=gha
cache-to: type=gha,mode=max
# run: docker build . -f docker/server/Dockerfile -t $GHCR_IMAGE
# - name: Login to GHCR Docker repo
# run: docker login ghcr.io -u $GHCR_USERNAME --password $GHCR_PASSWORD
# - name: Push docker image
# run: docker push $GHCR_IMAGE