Skip to content

Commit

Permalink
add more image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Feb 22, 2024
1 parent 5690377 commit 0e35555
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
tags: |
${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:latest
${{ github.repository }}:alpine
ghcr.io/${{ github.repository }}:alpine
- name: Push container images tag (Ubuntu)
uses: docker/build-push-action@v4
Expand All @@ -63,3 +65,5 @@ jobs:
tags: |
${{ github.repository }}:lunar
ghcr.io/${{ github.repository }}:lunar
${{ github.repository }}:ubuntu
ghcr.io/${{ github.repository }}:ubuntu

0 comments on commit 0e35555

Please sign in to comment.