Skip to content

Commit

Permalink
ci: github workflow syntax is crap (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr authored May 31, 2023
1 parent e92fa95 commit cf9efbf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Docker image
run: >
docker build
--file build/Dockerfile
--tag ghcr.io/team-gsri/apps-admin-client:${{ steps.next-version.outputs.next-version }}
dist/gsri-admin
run: docker build --file build/Dockerfile --tag ghcr.io/team-gsri/apps-admin-client:${{ steps.next-version.outputs.next-version }} dist/gsri-admin

- name: Publish Docker image
run: docker push ghcr.io/team-gsri/apps-admin-client:${{ steps.next-version.outputs.next-version }}
Expand Down

0 comments on commit cf9efbf

Please sign in to comment.