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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue