Skip to content

Commit fdd2657

Browse files
committed
Flatten dir structure a bit
1 parent 709e20e commit fdd2657

File tree

84 files changed

+1
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1
-2
lines changed
File renamed without changes.

.github/workflows/build-and-trigger-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Build Docker image
4949
run: >
5050
VERSION=$(cat version/version);
51-
(cd app && DOCKER_BUILDKIT=1 docker build . --tag "${IMAGEID}:${VERSION}-amd64") &&
51+
DOCKER_BUILDKIT=1 docker build . --tag "${IMAGEID}:${VERSION}-amd64" &&
5252
docker save "${IMAGEID}:${VERSION}-amd64" | gzip > image.tar.gz
5353
- uses: actions/[email protected]
5454
with: { name: docker-image-amd64, path: image.tar.gz }
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)