Skip to content

Commit

Permalink
push to acr
Browse files Browse the repository at this point in the history
  • Loading branch information
malisharfer committed May 9, 2024
1 parent 4de3698 commit 9dd0f04
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/yuyu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ jobs:

- name: 🛠️ Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: 📃 Docker metadata
id: meta
uses: docker/metadata-action@v5
with:
flavor: |
latest=false
tags: |
type=raw,value=latest
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
- name: 🐳 Docker Build & Push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 9dd0f04

Please sign in to comment.