Skip to content

Commit

Permalink
Use tags instead of image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-matera committed Nov 26, 2023
1 parent 72f24ec commit cf22900
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-devbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}/devcontainer
IMAGE_NAME: ${{ github.repository }}

jobs:
docker:
Expand All @@ -24,8 +24,9 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=sha
type=ref,event=tag
type=raw,value=devcontainer
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GHCR
Expand Down

0 comments on commit cf22900

Please sign in to comment.