Skip to content

Commit

Permalink
trying a label
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwalker62 committed Dec 19, 2023
1 parent 46f9a3e commit 6eda9c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
# IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ github.user }}/dev-container
IMAGE_NAME: ${{ github.repository }}
# IMAGE_NAME: ${{ github.actor }}/dev-container


jobs:
Expand Down Expand Up @@ -73,9 +73,10 @@ jobs:
context: .
file: ./docker/dev-container/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
# tags: dev-container
labels: ${{ steps.meta.outputs.labels }}
# tags: ${{ steps.meta.outputs.tags }}
tags: latest
# labels: ${{ steps.meta.outputs.labels }}
labels: dev-container
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6eda9c4

Please sign in to comment.