Skip to content

Commit

Permalink
db dockerfile has no build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
antmoth committed Mar 22, 2024
1 parent 189b858 commit 6c36eb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/branch-scratch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
push: true
tags: 'ghcr.io/mlibrary/lauth/db-builder:${{ github.sha }}, ghcr.io/mlibrary/lauth/db-builder:latest'
file: db/Dockerfile
target: production
platforms: linux/amd64, linux/arm64

- name: Image digest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-db-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
push: true
tags: 'ghcr.io/mlibrary/lauth/db-builder:${{ github.sha }}, ghcr.io/mlibrary/lauth/db-builder:latest'
file: db/Dockerfile
target: production
platforms: linux/amd64, linux/arm64

- name: Image digest
Expand Down

0 comments on commit 6c36eb6

Please sign in to comment.