Fixing docker image tag

This commit is contained in:
Collin Duncan 2023-05-26 16:46:06 -05:00
parent e1eeb8d75d
commit 8ad2eb5000
No known key found for this signature in database

View file

@ -6,8 +6,6 @@ on:
jobs:
build-image:
runs-on: ubuntu-latest
env:
GHCR_IMAGE: ghcr.io/cgduncan7/autobaan
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
@ -22,7 +20,7 @@ jobs:
with:
context: .
push: true
tags: $GHCR_IMAGE:latest
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