From 17c493ec3ac628ad796cce76c8a4e969fc71a2a9 Mon Sep 17 00:00:00 2001 From: JoaoGuedes Date: Wed, 18 Oct 2023 15:53:55 +0100 Subject: [PATCH] ci: a a --- .github/workflows/publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 40cfde4..7274b90 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -6,7 +6,7 @@ on: jobs: push_to_registry: - name: Push Docker image to GitHub Packages + name: Publish Image to Packages runs-on: ubuntu-latest steps: - name: Check out the repo