Skip to content

Commit

Permalink
fix: revert batch docker generation until dockerhub repo is created
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Feb 19, 2024
1 parent db1041e commit 6a59a27
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy-on-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,3 @@ jobs:
tags: |
${{ github.event_name == 'release' && format('inseefr/arc-ws:{0}', github.event.release.tag_name) || '' }}
${{ github.ref == 'refs/heads/master' && 'inseefr/arc-ws:latest' || '' }}
- name: Push arc-batch to Docker Hub
uses: docker/build-push-action@v2
with:
push: true
context: .
file: ./app-batch.Dockerfile
tags: |
${{ github.event_name == 'release' && format('inseefr/arc-batch:{0}', github.event.release.tag_name) || '' }}
${{ github.ref == 'refs/heads/master' && 'inseefr/arc-batch:latest' || '' }}

0 comments on commit 6a59a27

Please sign in to comment.