From 2a81098fb2a57e6b000e5f0235e77754ded132ea Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 17 Dec 2024 14:26:50 -0500 Subject: dockerfile naming fix --- .github/workflows/aur.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/aur.yml') diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 1f27d0e..e7a7e38 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -17,7 +17,7 @@ jobs: echo "PKG_REPO_URI=https://github.com/${GITHUB_REPOSITORY}" >> $GITHUB_ENV - name: Build the Docker image run: | - docker build -t aur-publisher ./releases/aur + docker build -t aur_publisher ./releases/aur - name: Run the Docker container env: AUR_PRIVATE_KEY: ${{ secrets.AUR_PRIVATE_KEY }} @@ -32,4 +32,4 @@ jobs: -e PKG_REPO_URI=$PKG_REPO_URI \ -e PKG_NAME=$PKG_NAME \ -e GIT_USER=$GIT_USER \ - aur-publisher + aur_publisher -- cgit v1.2.3