Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Nov 8, 2023
1 parent 1bb8ffb commit c5e7976
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
run: |
SOURCE_TAG=${GITHUB_REF#refs/tags/}
echo Source Tag: $SOURCE_TAG
VERSION_TAG=${SOURCE_TAG#@openfn/ws-worker}
echo Version Tag: $VERSION_TAG
DOCKER_TAG=${VERSION_TAG#@}
echo Docker Tag: $DOCKER_TAG
echo "DOCKER_TAG=$DOCKER_TAG" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit c5e7976

Please sign in to comment.