Skip to content

Commit

Permalink
Add workflow for build and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojanekkk committed Nov 13, 2024
1 parent 92d196b commit a66f00f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: trojanekkk/nodepools-operator
flavor: |
latest=true
tags: |
type=semver,pattern={{version}}
type=ref,event=tag
type=raw,value=latest
- name: Build and push Docker image
id: push
Expand Down

0 comments on commit a66f00f

Please sign in to comment.