Skip to content

Commit

Permalink
Fix checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
datdamnzotz committed Nov 12, 2020
1 parent 9e21fcf commit cb57761
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ jobs:
push: true
tags: orcpub/orcpub:release-${{ steps.get_version.outputs.VERSION2 }}

- name: Build and push latest datomic
uses: docker/build-push-action@v2
with:
context: .
file: ./docker/datomic/Dockerfile
platforms: linux/amd64
push: true
tags: orcpub/datomic:latest

- name: git - Check in version file
run: |
git config user.name github-actions
Expand All @@ -93,6 +84,15 @@ jobs:
git commit -m "Github Actions"
git push
- name: Build and push latest datomic
uses: docker/build-push-action@v2
with:
context: .
file: ./docker/datomic/Dockerfile
platforms: linux/amd64
push: true
tags: orcpub/datomic:latest

- name: Build and push ${{ steps.get_version.outputs.VERSION2 }} datomic
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit cb57761

Please sign in to comment.