Skip to content

Commit

Permalink
Merge pull request #57 from josemotta/dev
Browse files Browse the repository at this point in the history
try again other context
  • Loading branch information
josemotta authored Oct 25, 2023
2 parents 1902736 + 4e1bc28 commit 8b19ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
# context: .
# file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/boot-back:${{ github.sha }}, ${{ secrets.DOCKER_USERNAME }}/boot-back:latest
platforms: linux/arm64
Expand Down

0 comments on commit 8b19ac8

Please sign in to comment.