Skip to content

Commit

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

0 comments on commit 51bf6e7

Please sign in to comment.