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 967d7d0 commit 782c01e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

steps:

- name: Checkout
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -30,7 +33,7 @@ jobs:
with:
push: true
file: Dockerfile
context: ./backend
context: ./backend/
tags: user/app:latest

# lint-backend-code:
Expand Down

0 comments on commit 782c01e

Please sign in to comment.