Skip to content

Commit

Permalink
Workflow corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoDelAssembly committed Mar 1, 2024
1 parent 1182aa4 commit 1be8657
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
deliver:
build:
runs-on: ubuntu-20.04
steps:
- name: Git checkout
Expand All @@ -22,9 +22,5 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Push image to DockerHub
if: ${{ github.event_name != 'pull_request' }}
env:
DOCKER_TAG: '${{steps.docker_tag.outputs.result}}'
run: |
docker tag sfgrp/taxonworks:latest sfgrp/taxonworks:$DOCKER_TAG
docker push sfgrp/taxonworks:$DOCKER_TAG
docker push sfgrp/taxonworks_rdoc_docker:latest

0 comments on commit 1be8657

Please sign in to comment.