Skip to content

Commit

Permalink
ghcr test
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed May 5, 2024
1 parent 8e0a139 commit 52351cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

steps:

- name: Checkout
uses: actions/checkout@v4
# - name: Checkout
# uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -38,9 +38,10 @@ jobs:
DOCKER_BUILDKIT: 1
with:
push: true
# https://github.com/docker/build-push-action?tab=readme-ov-file#git-context
context: "{{defaultContext}}:backend"
file: ./Dockerfile
tags: ghcr.io/${{ github.repository }}/backend:v9.9.9
tags: ghcr.io/${{ github.repository }}/backend:v9.9.10

# lint-backend-code:
# name: Lint and test backend python code
Expand Down

0 comments on commit 52351cf

Please sign in to comment.