Skip to content

Commit

Permalink
fix image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Oct 31, 2024
1 parent 08e8d4b commit 8e9f7c2
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker meta
uses: docker/metadata-action@v5
id: meta
with:
images: |
${{ env.REGISTRY }}/${{ github.repository }}/devcontainer
tags: |
type=ref,event=branch
type=sha
type=edge
- name: Pre-build dev container image
uses: devcontainers/[email protected]
with:
imageName: ${{ env.REGISTRY }}/${{ github.repository }}/devcontainer:ts-devcontainers
imageTag: ${{ steps.meta.outputs.tags }}
imageName: ${{ env.REGISTRY }}/${{ github.repository }}/devcontainer
imageTag: ts-devcontainers
cacheFrom: ${{ env.REGISTRY }}/${{ github.repository }}/devcontainer:ts-devcontainers
push: always
platform: linux/amd64,linux/arm64

0 comments on commit 8e9f7c2

Please sign in to comment.