Skip to content

Commit c382c15

Browse files
committed
fixup! fix workflow file
1 parent 94a2619 commit c382c15

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/docker-base.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
project: wl5hnrrkns
4747
context: base-build-context
4848
file: Dockerfile.base
49+
pull: true
50+
no-cache: true
4951
push: true
5052
tags: |
5153
ghcr.io/coder/coder-base:latest

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ jobs:
189189
project: wl5hnrrkns
190190
context: base-build-context
191191
file: Dockerfile.base
192+
pull: true
193+
no-cache: true
192194
push: true
193195
tags: |
194196
${{ steps.image-base-tag.outputs.tag }}

scripts/build_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#
2626
# Prints the image tag on success.
2727

28-
set -euxo pipefail
28+
set -euo pipefail
2929
# shellcheck source=scripts/lib.sh
3030
source "$(dirname "${BASH_SOURCE[0]}")/lib.sh"
3131

0 commit comments

Comments
 (0)