Skip to content

Commit

Permalink
adopt version string in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Jan 3, 2024
1 parent f4fbd24 commit b0d5aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
docker.io/${{ github.repository }}:${ matrix.version }}-${{ github.ref_name }}
docker.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }}
docker.io/${{ github.repository }}:latest
- name: Update Docker Hub Description
Expand Down

0 comments on commit b0d5aeb

Please sign in to comment.