Skip to content

Commit

Permalink
remove docker image and build
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Nov 13, 2024
1 parent 4623fe2 commit 6bfcf1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 91 deletions.
8 changes: 0 additions & 8 deletions .dockerignore

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,38 +126,3 @@ jobs:
- name: integration test - paired-ended library
run: htsinfer --cleanup-regime=KEEP_NONE --verbosity=DEBUG tests/files/adapter_{1,2}.fastq

publish:
name: build and publish app image
runs-on: ubuntu-latest
if: |
github.event_name == 'push' &&
github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
steps:

- name: check out repository
uses: actions/checkout@v3

- name: generate tag
run: |
echo "TAG=$(date '+%Y%m%d')" >> $GITHUB_ENV
- name: build and publish image
id: docker
uses: philips-software/docker-ci-scripts@v5.1.0
with:
dockerfile: .
image-name: "htsinfer"
tags: "latest ${{ env.TAG }}"
push-branches: "${{ github.event.repository.default_branch }}"
env:
REGISTRY_USERNAME: ${{ secrets.DOCKERHUB_LOGIN }}
REGISTRY_TOKEN: "${{ secrets.DOCKERHUB_TOKEN }}"
DOCKER_ORGANIZATION: ${{ secrets.DOCKERHUB_ORG }}
GITHUB_ORGANIZATION: ${{ github.repository_owner }}

- name: Verify that image was pushed
run: |
echo "Push indicator: ${{ steps.docker.outputs.push-indicator }}"
echo "# Set to 'true' if image was pushed, empty string otherwise"
test "${{ steps.docker.outputs.push-indicator }}" == "true"
48 changes: 0 additions & 48 deletions Dockerfile

This file was deleted.

0 comments on commit 6bfcf1a

Please sign in to comment.