From 4fa5a8f03714ee04c72906f4eb56f3da944777a5 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 30 May 2024 11:41:05 +0300 Subject: [PATCH 1/2] ci: fix synatx issue in docker-base.yaml --- .github/workflows/docker-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-base.yaml b/.github/workflows/docker-base.yaml index a2845a4fdb5f3..8c829dacedd20 100644 --- a/.github/workflows/docker-base.yaml +++ b/.github/workflows/docker-base.yaml @@ -61,7 +61,7 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v7 pull: true no-cache: true - push: github.event_name != 'pull_request' + push: ${{ github.event_name != 'pull_request' }} tags: | ghcr.io/coder/coder-base:latest From 7712e3aa288a2238a7ad8b5fec73a3b4e3465eef Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 30 May 2024 11:43:09 +0300 Subject: [PATCH 2/2] run on workflow changes This should ensure the workflow runs fine before merging into `main` --- .github/workflows/docker-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-base.yaml b/.github/workflows/docker-base.yaml index 8c829dacedd20..942d80cfa4679 100644 --- a/.github/workflows/docker-base.yaml +++ b/.github/workflows/docker-base.yaml @@ -11,6 +11,7 @@ on: pull_request: paths: - scripts/Dockerfile.base + - .github/workflows/docker-base.yaml schedule: # Run every week at 09:43 on Monday, Wednesday and Friday. We build this pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy