Skip to content

Commit

Permalink
chore: Update Docker image tag and file path in deploy-golang-develop…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
waveyboym committed Jun 12, 2024
1 parent d7faa4d commit a789f4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-golang-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: https://github.com/COS301-SE-2024/occupi/tree/develop/occupi-backend
file: Dockerfile.dev
context: occupi-backend
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/occupi-backend:latest-develop
Expand Down

0 comments on commit a789f4f

Please sign in to comment.