From 6a9f414bba2abfa7d3e72d24557a8a3df7321d37 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Tue, 4 Feb 2025 14:55:56 -0800 Subject: [PATCH] fix comments --- .github/workflows/docker-push.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-push.yml b/.github/workflows/docker-push.yml index 51841109..ae1cbfe8 100644 --- a/.github/workflows/docker-push.yml +++ b/.github/workflows/docker-push.yml @@ -1,13 +1,12 @@ name: Publish Docker image env: - DOCKER_IMAGE: katanemo/archgw # Reusable variable + DOCKER_IMAGE: katanemo/archgw on: push: branches: - - main # Run tests on pushes to the main branch - pull_request: + - main jobs: # Build ARM64 image on native ARM64 runner