Skip to content

Commit

Permalink
Fix: github docker build worklflow (#83)
Browse files Browse the repository at this point in the history
* fix github docker build workflow
  • Loading branch information
ItamarMalka authored Jan 7, 2025
1 parent c65c814 commit 9155373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- name: Build and Push Image
uses: docker/build-push-action@v5
with:
context: ../../
context: .
file: ./packages/backend/Dockerfile
push: true
tags: |
https://ghcr.io/env0/backstage:${{ github.event.client_payload.version || github.event.inputs.version }}
https://ghcr.io/env0/backstage:latest
ghcr.io/env0/backstage:${{ github.event.client_payload.version || github.event.inputs.version }}
ghcr.io/env0/backstage:latest

0 comments on commit 9155373

Please sign in to comment.