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 97d40ff commit c3e8f4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
with:
images: trojanekkk/nodepools-operator
flavor: |
latest=true
- name: Build and push Docker image
id: push
Expand All @@ -35,7 +37,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Generate artifact attestation
Expand Down

0 comments on commit c3e8f4e

Please sign in to comment.