Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars committed Oct 2, 2024
1 parent 5ab1a3d commit 7e0f311
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ on:

env:
PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
AGENT_VERSION: "1.175.0"
# AGENT_VERSION: "1.175.0"

jobs:
build:
matrix:
agent_version:
- latest
- 1.402
- 1.403
runs-on: ubuntu-latest
steps:
-
Expand Down Expand Up @@ -42,8 +47,8 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
build-args: |
AGENT_VERSION=${{ env.AGENT_VERSION }}
AGENT_VERSION=${{ matrix.agent_version }}
push: true
tags: |
ghcr.io/scheiblingco/windmill-x:${{ env.AGENT_VERSION }}
docker.io/scheibling/windmill-x:${{ env.AGENT_VERSION }}
ghcr.io/scheiblingco/windmill-x:${{ matrix.agent_version }}
docker.io/scheibling/windmill-x:${{ matrix.agent_version }}

0 comments on commit 7e0f311

Please sign in to comment.