Skip to content

Commit 44f1691

Browse files
authored
Merge pull request #567 from cglewis/main
fix copy/paste
2 parents 519cab9 + fa78cff commit 44f1691

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,33 +52,33 @@ jobs:
5252
--push \
5353
--build-arg VERSION=${{ steps.change_version.outputs.VERSION }}.${{ steps.get_version.outputs.SHA_SHORT }} \
5454
-t iqtlabs/aisonobuoy-ais:${{ steps.change_version.outputs.VERSION }} \
55-
-t iqtlabs/aisonobuoy-ais:${{ steps.change_version.outputs.IMAGE_TAG }} . && \
55+
-t iqtlabs/aisonobuoy-ais:${{ steps.change_tag.outputs.IMAGE_TAG }} . && \
5656
cd ../power && \
5757
docker buildx build \
5858
--platform linux/arm \
5959
--push \
6060
--build-arg VERSION=${{ steps.change_version.outputs.VERSION }}.${{ steps.get_version.outputs.SHA_SHORT }} \
6161
-t iqtlabs/aisonobuoy-power:${{ steps.change_version.outputs.VERSION }} \
62-
-t iqtlabs/aisonobuoy-power:${{ steps.change_version.outputs.IMAGE_TAG }} . && \
62+
-t iqtlabs/aisonobuoy-power:${{ steps.change_tag.outputs.IMAGE_TAG }} . && \
6363
cd ../record && \
6464
docker buildx build \
6565
--platform linux/arm \
6666
--push \
6767
--build-arg VERSION=${{ steps.change_version.outputs.VERSION }}.${{ steps.get_version.outputs.SHA_SHORT }} \
6868
-t iqtlabs/aisonobuoy-record:${{ steps.change_version.outputs.VERSION }} \
69-
-t iqtlabs/aisonobuoy-record:${{ steps.change_version.outputs.IMAGE_TAG }} . && \
69+
-t iqtlabs/aisonobuoy-record:${{ steps.change_tag.outputs.IMAGE_TAG }} . && \
7070
cd ../s3-upload && \
7171
docker buildx build \
7272
--platform linux/arm \
7373
--push \
7474
--build-arg VERSION=${{ steps.change_version.outputs.VERSION }}.${{ steps.get_version.outputs.SHA_SHORT }} \
7575
-t iqtlabs/aisonobuoy-s3-upload:${{ steps.change_version.outputs.VERSION }} \
76-
-t iqtlabs/aisonobuoy-s3-upload:${{ steps.change_version.outputs.IMAGE_TAG }} . && \
76+
-t iqtlabs/aisonobuoy-s3-upload:${{ steps.change_tag.outputs.IMAGE_TAG }} . && \
7777
cd ../sense && \
7878
docker buildx build \
7979
--platform linux/arm \
8080
--push \
8181
--build-arg VERSION=${{ steps.change_version.outputs.VERSION }}.${{ steps.get_version.outputs.SHA_SHORT }} \
8282
-t iqtlabs/aisonobuoy-sense:${{ steps.change_version.outputs.VERSION }} \
83-
-t iqtlabs/aisonobuoy-sense:${{ steps.change_version.outputs.IMAGE_TAG }} .
83+
-t iqtlabs/aisonobuoy-sense:${{ steps.change_tag.outputs.IMAGE_TAG }} .
8484
if: github.repository == 'iqtlabs/aisonobuoy' && github.event_name == 'push'

0 commit comments

Comments
 (0)