Skip to content

Commit

Permalink
Fixed wrong YAML syntax in Docker build file
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Sep 2, 2024
1 parent bf4d036 commit 1bccb79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: workflow_dispatch
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
REF_NAME: ${{ github.ref_name }}

jobs:
build-and-push-image:
Expand Down Expand Up @@ -41,10 +42,6 @@ jobs:
echo "TAG1=${TAG,,}" >> $GITHUB_ENV
echo "TAG2=${COMMIT,,}" >> $GITHUB_ENV
echo "TAG3=${VERSION,,}" >> $GITHUB_ENV
env:
REGISTRY=${{ env.REGISTRY }}
IMAGE_NAME=${{ env.IMAGE_NAME }}
REF_NAME=${{ github.ref_name }}
- name: Build and push Docker image
id: push
Expand Down

0 comments on commit 1bccb79

Please sign in to comment.