Skip to content

Commit

Permalink
eb-app-api, chore: activate galaxy-api-adm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Mar 2, 2024
1 parent 3b30c49 commit a8322a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/galaxy-api-adm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

#- name: Build and push
# uses: docker/build-push-action@v5
# with:
# context: ./machines/${{ env.MACHINE }}/${{ env.PROCESS }}.Dockerfile
# push: true
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./machines/${{ env.MACHINE }}/${{ env.PROCESS }}.Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit a8322a3

Please sign in to comment.