Skip to content

Commit

Permalink
Merge pull request #20 from micha37-martins/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
micha37-martins authored Sep 12, 2024
2 parents a69647c + 1014578 commit 629fcf9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/github-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,12 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
micha37-martins/smartmon
ghcr.io/micha37-martins/smartmon
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Checkout code
uses: actions/checkout@v3.6.0
Expand Down

0 comments on commit 629fcf9

Please sign in to comment.