Skip to content

Commit

Permalink
Merge branch 'main' into docker-grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Feb 12, 2023
2 parents ccb6741 + 7797115 commit f272ac7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: 'docker build --tag ${IMAGE_NAME} --label "gha_run_number=${GITHUB_RUN_ID}" ./docker-image/'
# - name: Test
# uses: brpaz/structure-tests-action@v1
# with:
# image: "${IMAGE_NAME}"
# configFile: ./docker-image/cst-tests.yaml
- name: Push image
run: 'docker push $IMAGE_NAME'
if: github.event_name != 'pull_request'

0 comments on commit f272ac7

Please sign in to comment.