Skip to content

Commit

Permalink
WIP push images for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
bouttier committed Sep 12, 2023
1 parent 3d4325a commit 8cf7034
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- feat/docker2
release:
types: [published]

Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
context: .
file: ./backend/Dockerfile
target: wheels
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta-wheels.outputs.tags }}
labels: ${{ steps.meta-wheels.outputs.labels }}
-
Expand All @@ -67,7 +68,7 @@ jobs:
context: .
file: ./backend/Dockerfile
target: prod
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta-prod.outputs.tags }}
labels: ${{ steps.meta-prod.outputs.labels }}

Expand Down

0 comments on commit 8cf7034

Please sign in to comment.