Fixing docker image tag
This commit is contained in:
parent
e1eeb8d75d
commit
8ad2eb5000
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue