Skip to content

Commit

Permalink
mussing var
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-at committed Sep 13, 2023
1 parent 2712946 commit 06a524c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# tag it 'latest'.
if [[ $VERSION =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
TAGS="$TAGS,${DOCKER_IMAGE}:latest"
TAGS_HUB="$TAGS,${DOCKER_IMAGE_HUB}:latest"
TAGS_HUB="$TAGS_HUB,${DOCKER_IMAGE_HUB}:latest"
fi
# Set output parameters.
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build
- name: Build and push to GHCR
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -79,7 +79,7 @@ jobs:
push: true
tags: ${{ steps.prep.outputs.tags }}

- name: Build
- name: Build adn push to Docker Hub
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 06a524c

Please sign in to comment.