blah, wrong base tag
Browse files
.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 }}
|