Remove env

This commit is contained in:
Max Stanley
2023-11-21 22:06:16 +00:00
parent 6d983158b6
commit f6a729f871
+2 -5
View File
@@ -16,9 +16,6 @@ on:
- master
- develop
env:
IMAGE_BASE: ghcr.io/${{ github.repository }}
jobs:
docker:
runs-on: ubuntu-latest
@@ -37,7 +34,7 @@ jobs:
if: github.ref_type == 'tag'
id: meta
with:
images: $IMAGE_BASE
images: ghcr.io/${{ github.repository }}
# this will generate tags in the following format:
#
# latest
@@ -58,7 +55,7 @@ jobs:
if: github.ref_type == 'branch'
id: meta-nightly
with:
images: $IMAGE_BASE
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=nightly
- uses: docker/build-push-action@v5