Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to GitHub container registry
run: |
docker tag openapm/backend:latest ghcr.io/${{ github.repository_owner }}/${{ env.BACKEND_IMAGE }}:latest
docker push ghcr.io/${{ github.repository_owner }}/${{ env.BACKEND_IMAGE }}:latest
run: make push
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DOCKERFILE_PATH = ./Dockerfile
PYPROJECT_FILE = ./pyproject.toml
LOCK_FILE = ./uv.lock
REQ_FILE = ./requirements.txt
DOCKER_NAMESPACE ?= frgfm
DOCKER_NAMESPACE ?= ghcr.io/frgfm
DOCKER_REPO ?= validate-python-headers
DOCKER_TAG ?= latest

Expand Down
Loading