Skip to content

Commit

Permalink
Add the build step
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vitaliy committed Apr 5, 2024
1 parent 4be5a9c commit c53f3c8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
tags: |
type=semver,pattern={{version}},value=${{steps.version.outputs.version}}
# - name: Build and push Docker image
# uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
# with:
# context: .
# file: .container/Dockerfile
# push: true
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
- name: Build and push Docker image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
file: .container/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c53f3c8

Please sign in to comment.