Skip to content

Commit

Permalink
Merge pull request #74 from stuartleeks/sl/workflow-updates
Browse files Browse the repository at this point in the history
Update agent and action versions
  • Loading branch information
stuartleeks authored Mar 15, 2023
2 parents 734a7f5 + 27778bf commit 7b535df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Docker BuildKit
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 7b535df

Please sign in to comment.