Update GHA workflows

This commit is contained in:
Neil Alexander 2022-04-07 12:31:19 +01:00
parent 3dbf86ba90
commit e232e87cbd
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ env:
jobs:
build:
name: Docker image
name: Image
runs-on: ubuntu-latest
permissions:
contents: read

View file

@ -8,6 +8,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -24,7 +25,7 @@ jobs:
run: go test -v ./...
docker:
name: Update Docker image
name: Docker
permissions:
packages: write
contents: read