Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Nov 28, 2024
1 parent 51b1ccf commit 8d3b2a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release

on:

Check warning on line 3 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Analyze YAML Files

3:1 [truthy] truthy value should be one of [false, true]
push:
branches:
- "latest"
# branches:

Check warning on line 5 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / Analyze YAML Files

5:5 [comments-indentation] comment not indented like content
# - "latest"

jobs:
docker-release:
Expand Down Expand Up @@ -57,7 +57,8 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: |
usabilitydynamics/udx-worker:${{ steps.gitversion.outputs.semVer }}
Expand Down

0 comments on commit 8d3b2a6

Please sign in to comment.