Skip to content

Commit

Permalink
experimenting with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwalker62 committed Dec 19, 2023
1 parent e7d091a commit 0fa0174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
context: .
file: ./docker/dev-container/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
# tags: ${{ steps.meta.outputs.tags }}
tags: dev-container
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
4 changes: 1 addition & 3 deletions .idea/workspace.xml

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

0 comments on commit 0fa0174

Please sign in to comment.