winglian commited on
Commit
fae36c7
·
1 Parent(s): a31746b

blah, wrong base tag

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -31,7 +31,7 @@ jobs:
31
  with:
32
  context: .
33
  build-args: |
34
- BASE_TAG=dev
35
  file: ./docker/Dockerfile
36
  push: ${{ github.event_name != 'pull_request' }}
37
  tags: ${{ steps.metadata.outputs.tags }}
 
31
  with:
32
  context: .
33
  build-args: |
34
+ BASE_TAG=dev-base
35
  file: ./docker/Dockerfile
36
  push: ${{ github.event_name != 'pull_request' }}
37
  tags: ${{ steps.metadata.outputs.tags }}