Skip to content

Commit

Permalink
temporary remove front-end testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 committed Jul 9, 2024
1 parent 264ae51 commit 7c170bb
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@ jobs:
- name: "image tag"
run: echo "image tag set to '${{ env.imagetag }}'"

- name: Build test image console:test.${{ env.imagetag }}
uses: docker/build-push-action@v5
with:
file: Dockerfile
context: .
platforms: linux/amd64
build-args: |
BRANCH=${{ env.imagetag }}
BASE_IMAGE_RELEASE=jammy
BASE_IMAGE=ubuntu
push: true
tags: |
abcdesktopio/console:test.${{ env.imagetag }}
# - name: Build test image console:test.${{ env.imagetag }}
# uses: docker/build-push-action@v5
# with:
# file: Dockerfile
# context: .
# platforms: linux/amd64
# build-args: |
# BRANCH=${{ env.imagetag }}
# BASE_IMAGE_RELEASE=jammy
# BASE_IMAGE=ubuntu
# push: true
# tags: |
# abcdesktopio/console:test.${{ env.imagetag }}

- name: Run and test docker image abcdesktopio/console:test.${{ env.imagetag }}
run: |
./make-test.sh abcdesktopio/console:test.${{ env.imagetag }}
# - name: Run and test docker image abcdesktopio/console:test.${{ env.imagetag }}
# run: |
# ./make-test.sh abcdesktopio/console:test.${{ env.imagetag }}

- name: Build and push console:${{ env.imagetag }}
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 7c170bb

Please sign in to comment.