Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibling authored Oct 2, 2024
1 parent 7e0f311 commit b3e6cd0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ on:

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


jobs:
build:
matrix:
agent_version:
- latest
- 1.402
- 1.403
runs-on: ubuntu-latest
strategy:
matrix:
agent_version:
- latest
- 1.402
- 1.403
steps:
-
name: Checkout
Expand Down

0 comments on commit b3e6cd0

Please sign in to comment.