diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2024-12-18 11:25:24 +0100 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2024-12-18 11:25:24 +0100 |
commit | 0b22d3252a384f9a1f9912895b5e539460b650d3 (patch) | |
tree | ac400abe55c3427ea663ba64606581b9e0d3e65b | |
parent | c56b2bfe33b12702652a13209b3483d3d1a8feac (diff) |
Fix identifier
-rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6b3fef0d..544447bd 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -51,7 +51,7 @@ jobs: # Build until the "build" stage, this then can be used by other steps. - name: Build "build" image if: github.ref_name == 'main' || github.event_name == 'release' - id: docker_build_monolith + id: docker_build_cache uses: docker/build-push-action@v3 with: target: build |