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 99f8275 commit e7458e5Copy full SHA for e7458e5
.github/workflows/deploy-image.yaml
@@ -28,5 +28,11 @@ jobs:
28
docker compose --progress plain build --build-arg CREATED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
29
docker image ls
30
31
+ - name: Login to Docker Hub
32
+ uses: docker/login-action@v3
33
+ with:
34
+ username: ${{ vars.DOCKERHUB_USERNAME }}
35
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
36
+
37
- name: Push images to Docker hub
38
run: docker image push --all-tags openintegrationengine/engine
0 commit comments