Skip to content

Commit b79ef8e

Browse files
sharkwouterthrimbor
authored andcommitted
docker: Set lto and debug tags for correct containers
1 parent ba2ea82 commit b79ef8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docker_image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
tag: latest
1818
- image-name: nxdk-debug
1919
build-args: buildparams=DEBUG=y
20-
tag: lto
20+
tag: debug
2121
- image-name: nxdk-lto
2222
build-args: buildparams=LTO=y CFLAGS=-O2 CXXFLAGS=-O2
23-
tag: debug
23+
tag: lto
2424
steps:
2525
- name: Clone Tree
2626
uses: actions/checkout@v3

0 commit comments

Comments
 (0)