Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Oct 29, 2024
1 parent d818525 commit ef18cfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_docker_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
set +x ; set +e
#--------------#
#Docker Tags
DOCKER_TAG="v$(date +'%Y.%m.%d')" && export DOCKER_TAG="$DOCKER_TAG"
DOCKER_TAG="v$(date +'%Y.%m.%d')" && export DOCKER_TAG="${DOCKER_TAG}"
echo "DOCKER_TAG=${DOCKER_TAG}" >> "${GITHUB_ENV}"
#Copy dockerfiles
mkdir -p "/tmp/DOCKERFILES" && cd "/tmp/DOCKERFILES"
cp "${GITHUB_WORKSPACE}/main/.github/scripts/appbundles_alpine.Dockerfile" "/tmp/DOCKERFILES/appbundler-alpine.Dockerfile"
mkdir -pv "/tmp/DOCKERFILES" && cd "/tmp/DOCKERFILES"
cp -fv "${GITHUB_WORKSPACE}/main/.github/scripts/appbundles_alpine.Dockerfile" "/tmp/DOCKERFILES/appbundler-alpine.Dockerfile"
continue-on-error: true

- name: Set up QEMU
Expand Down Expand Up @@ -72,6 +72,6 @@ jobs:
tags: |
azathothas/appbundler-alpine:latest
azathothas/appbundler-alpine:${{ env.DOCKER_TAG }}
push: true
push: true
continue-on-error: true
#------------------------------------------------------------------------------------#

0 comments on commit ef18cfe

Please sign in to comment.