Skip to content

Commit

Permalink
Merge branch 'main' into 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 committed Jul 30, 2024
2 parents 10a8b02 + 82a161c commit bd0b104
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,6 @@ 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: Install requirements for testing
run: |
./var/www/html/install-tests.sh
Expand Down

0 comments on commit bd0b104

Please sign in to comment.