Skip to content

Commit

Permalink
ci: versionize Playwright Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Dec 7, 2024
1 parent 975617c commit 9a62048
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Playwright

on: workflow_dispatch

env:
MAJOR_VERSION: 9

jobs:
playwright:
runs-on: ubuntu-latest
Expand All @@ -23,5 +26,5 @@ jobs:
push: true
provenance: false
platforms: linux/arm64,linux/amd64
tags: mu88/screenshotcreator-playwright:latest
tags: mu88/screenshotcreator-playwright:latest,mu88/screenshotcreator-playwright:${{ env.MAJOR_VERSION }}.0.${{ github.run_number }}
file: src/ScreenshotCreator.Api/Dockerfile-Playwright

0 comments on commit 9a62048

Please sign in to comment.