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: jobs:
build-image: build-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
GHCR_IMAGE: ghcr.io/cgduncan7/autobaan
steps: steps:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
@ -22,7 +20,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: $GHCR_IMAGE:latest tags: ghcr.io/cgduncan7/autobaan:latest
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
# run: docker build . -f docker/server/Dockerfile -t $GHCR_IMAGE # run: docker build . -f docker/server/Dockerfile -t $GHCR_IMAGE