Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Feb 18, 2025
1 parent 1b52a99 commit 4e346ee
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Build Docker Images

on:
push:
tags:
- "*.*.*"
on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand All @@ -23,15 +20,15 @@ jobs:
images: |
docuseal/docuseal
tags: |
type=semver,pattern={{version}}
1.9.2
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Create .version file
run: echo ${{ github.ref_name }} > .version
run: echo "1.9.2" > .version

- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 4e346ee

Please sign in to comment.