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 c0485f6 commit f49c30fCopy full SHA for f49c30f
.github/workflows/aws-ui-cd-stage.yml
@@ -28,15 +28,15 @@ jobs:
28
env:
29
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY_STAGE }}
30
31
- - name: Build the docker image
32
- run: |-
33
- docker build \
34
- --target production -t timetracker_ui -f Dockerfile_stage \
35
- .
36
-
37
- - name: Publish docker image to stage azure container registry
38
- run: |
39
- make login publish image_tag=$RELEASE_VERSION
+ # - name: Build the docker image
+ # run: |-
+ # docker build \
+ # --target production -t timetracker_ui -f Dockerfile_stage \
+ # .
+
+ # - name: Publish docker image to stage azure container registry
+ # run: |
+ # make login publish image_tag=$RELEASE_VERSION
40
41
- name: SCP files via ssh key
42
uses: appleboy/scp-action@master
0 commit comments