Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Nov 8, 2023
1 parent 0969d11 commit 3298b96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
SOURCE_TAG=${GITHUB_REF#refs/tags/}
echo Source Tag: $SOURCE_TAG
DOCKER_VERSION_TAG=${SOURCE_TAG#@}
echo Version Tag: $DOCKER_VERSION_TAG
echo "DOCKER_VERSION_TAG=$DOCKER_VERSION_TAG" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -35,4 +36,4 @@ jobs:
target: ws-worker
tags: |
openfn/ws-worker:latest
${DOCKER_VERSION_TAG}
${{ env.DOCKER_VERSION_TAG }}

0 comments on commit 3298b96

Please sign in to comment.