Skip to content

Commit 82f6232

Browse files
committed
fix
1 parent a206743 commit 82f6232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
docker rmi ghcr.io/$LOWERCASE_REPO/datamate-label-studio:latest datamate-label-studio:${{ inputs.version }}
135135
docker pull edoburu/pgbouncer:v1.25.1-p0 --platform ${{ inputs.aarch }}
136136
docker save -o images/label-studio/pgbouncer.tar edoburu/pgbouncer:v1.25.1-p0
137-
docker rmi edoburu/pgbouncer:latest
137+
docker rmi edoburu/pgbouncer:v1.25.1-p0
138138
139139
- name: Upload Package
140140
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)