Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odulcy-mindee committed Sep 25, 2023
1 parent 523af0c commit dc86d0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/public_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
#
name: Docker image on ghcr.io

# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
branches: ['release']
branches: main
pull_request:
branches: main

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
with:
context: .
push: false # TODO: CHANGE ME
tags: $framework-py$python-$doctr_version
tags: ${{ matrix.framework }}-py${{ matrix.python }}-${{ matrix.doctr_version }}

0 comments on commit dc86d0d

Please sign in to comment.