Skip to content

Commit d78828e

Browse files
committed
ci(docker): fix target names
Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent ec7b95c commit d78828e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
with:
3737
source: .
3838
push: true
39-
targets: devcontainer,web
39+
targets: devcontainer,alexandria
4040

4141
- name: Build Docker image
4242
if: github.event_name == 'pull_request'
4343
uses: docker/bake-action@76f9fa3a758507623da19f6092dc4089a7e61592 # v6.6.0
4444
with:
4545
source: .
4646
push: false
47+
targets: devcontainer,alexandria

0 commit comments

Comments
 (0)