Skip to content

Commit

Permalink
change devcontainer base name
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 28, 2024
1 parent fb1d3e9 commit 5468b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
env:
CLAB_VERSION: ${{ inputs.clab_version }}
with:
imageName: ghcr.io/${{ github.repository }}/clab-devcontainer${{ matrix.image-suffix }}
imageName: ghcr.io/${{ github.repository }}/devcontainer${{ matrix.image-suffix }}
imageTag: ${{ steps.extract-tags.outputs.tags }}
push: always
platform: linux/amd64,linux/arm64
Expand Down

0 comments on commit 5468b6f

Please sign in to comment.