We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feaf0a commit 3ce1081Copy full SHA for 3ce1081
.github/workflows/docker-publish.yml
@@ -34,5 +34,5 @@ jobs:
34
cache-from: type=gha
35
cache-to: type=gha,mode=max
36
tags: |
37
- ghcr.io/${{ github.repository }}/hls4ml-0.7.1:latest
38
- ghcr.io/${{ github.repository }}/hls4ml-0.7.1:${{ github.sha }}
+ ghcr.io/${{ github.repository }}/hls4ml-0.8.0:latest
+ ghcr.io/${{ github.repository }}/hls4ml-0.8.0:${{ github.sha }}
0 commit comments