More testing
This commit is contained in:
@@ -6,13 +6,12 @@ on:
|
|||||||
- 'v[0-9]+.[0-9]+.[0-9]+-preview.[0-9]'
|
- 'v[0-9]+.[0-9]+.[0-9]+-preview.[0-9]'
|
||||||
- 'v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]'
|
- 'v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]'
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
packages: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@@ -39,6 +38,7 @@ jobs:
|
|||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
logout: false
|
||||||
- name: Build and push standard image
|
- name: Build and push standard image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user