@@ -52,33 +52,33 @@ jobs:
52
52
--push \
53
53
--build-arg VERSION=${{ steps.change_version.outputs.VERSION }}.${{ steps.get_version.outputs.SHA_SHORT }} \
54
54
-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 }} . && \
56
56
cd ../power && \
57
57
docker buildx build \
58
58
--platform linux/arm \
59
59
--push \
60
60
--build-arg VERSION=${{ steps.change_version.outputs.VERSION }}.${{ steps.get_version.outputs.SHA_SHORT }} \
61
61
-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 }} . && \
63
63
cd ../record && \
64
64
docker buildx build \
65
65
--platform linux/arm \
66
66
--push \
67
67
--build-arg VERSION=${{ steps.change_version.outputs.VERSION }}.${{ steps.get_version.outputs.SHA_SHORT }} \
68
68
-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 }} . && \
70
70
cd ../s3-upload && \
71
71
docker buildx build \
72
72
--platform linux/arm \
73
73
--push \
74
74
--build-arg VERSION=${{ steps.change_version.outputs.VERSION }}.${{ steps.get_version.outputs.SHA_SHORT }} \
75
75
-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 }} . && \
77
77
cd ../sense && \
78
78
docker buildx build \
79
79
--platform linux/arm \
80
80
--push \
81
81
--build-arg VERSION=${{ steps.change_version.outputs.VERSION }}.${{ steps.get_version.outputs.SHA_SHORT }} \
82
82
-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 }} .
84
84
if : github.repository == 'iqtlabs/aisonobuoy' && github.event_name == 'push'
0 commit comments