We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760d9bf commit 99f8275Copy full SHA for 99f8275
.github/workflows/deploy-image.yaml
@@ -25,5 +25,8 @@ jobs:
25
- name: Build images
26
working-directory: deploy
27
run: |
28
- docker compose build --build-arg CREATED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ") --progress=plain
+ docker compose --progress plain build --build-arg CREATED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
29
docker image ls
30
+
31
+ - name: Push images to Docker hub
32
+ run: docker image push --all-tags openintegrationengine/engine
0 commit comments