Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 10, 2023
1 parent 90d3d9e commit 43a1448
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Check out the repo
uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand All @@ -23,6 +23,13 @@ jobs:
repository: tiledesk/design-studio
tag_with_ref: true

- name: Generate Docker metadata
id: meta
uses: docker/metadata-action@v3
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
- name: Build and push
uses: docker/build-push-action@v4

Expand All @@ -32,4 +39,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: tiledesk/design-studio:latest
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 43a1448

Please sign in to comment.