Skip to content

Commit 56e01b7

Browse files
author
Berry Langerak
committed
Removing the dev container from the build, as it is not used in the workflow.
1 parent b8321e4 commit 56e01b7

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,13 @@ jobs:
4747
echo "Generated tag: ${TAG}"
4848
echo "Generated image: ${IMAGE}"
4949
50-
- name: Build development image
51-
run: docker build --target development -t simple-ci:dev .
52-
5350
- name: Build production image
5451
run: docker build --target production -t simple-ci:prod .
5552

5653
- name: Save images
5754
run: |
58-
docker save simple-ci:dev | gzip > dev-image.tar.gz
5955
docker save simple-ci:prod | gzip > prod-image.tar.gz
6056
61-
- name: Upload dev image artifact
62-
uses: actions/upload-artifact@v4
63-
with:
64-
name: dev-image
65-
path: dev-image.tar.gz
66-
retention-days: 1
67-
6857
- name: Upload prod image artifact
6958
uses: actions/upload-artifact@v4
7059
with:

0 commit comments

Comments
 (0)