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 d85b23a commit 0f5770f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: check files
run: |
ls
- name: Build and push
uses: docker/build-push-action@v5
with:
push: true
file: ./Dockerfile
context: ./backend/
file: ./Dockerfile
tags: user/app:latest

# lint-backend-code:
Expand Down

0 comments on commit 0f5770f

Please sign in to comment.