Skip to content

Commit

Permalink
Fix docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Loupeznik authored Oct 12, 2024
1 parent 11b996d commit a40332f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
dpkg-deb --build --root-owner-group $TMP_DIR

- name: Publish artifact
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')}}
uses: actions/upload-artifact@v4.4.3
with:
name: deb
Expand Down Expand Up @@ -92,8 +93,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
loupeznik/better-wapi:${{ github.ref_name }}
loupeznik/better-wapi:latest
loupeznik/ignoreinit:${{ github.ref_name }}
loupeznik/ignoreinit:latest
# apt:
# name: APT release
Expand Down

0 comments on commit a40332f

Please sign in to comment.