Skip to content

Commit 666cac5

Browse files
committed
Fix devcontainer deploy img
1 parent e420044 commit 666cac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-devcontainer-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
idris-lsp-version: ${{ inputs.idris-lsp-version }}
5959
idris-version: ${{ inputs.idris-version }}
6060
push: true
61-
tags: ghcr.io/${{ github.repository }}/base:${{ inputs.idris-version }}
61+
tags: ghcr.io/${{ github.repository }}/devcontainer:${{ inputs.idris-version }}
6262
labels: ${{ steps.create-meta.outputs.labels }}
6363
base-tag: ghcr.io/joshuanianji/idris-2-docker/base:${{ inputs.idris-version }}
6464
platforms: linux/arm64,linux/amd64

0 commit comments

Comments
 (0)