Skip to content

Commit

Permalink
dynamic tags docker
Browse files Browse the repository at this point in the history
  • Loading branch information
BhruguR committed Jun 16, 2024
1 parent 28f8ac1 commit b5e372c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
bhrugur1/banana-math
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern={{major}}.{{minor}}
type=sha
-
name: Set up QEMU
Expand All @@ -81,6 +82,7 @@ jobs:
-
name: Build and push
uses: docker/build-push-action@v5

with:
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit b5e372c

Please sign in to comment.