Skip to content

Commit

Permalink
Merge pull request #16 from SDawley/21763
Browse files Browse the repository at this point in the history
chore: Update ubuntu to 22.04 and actions to node 16 versions
  • Loading branch information
nickboldt authored Jan 11, 2023
2 parents eddebd6 + 82f4693 commit 4d3376c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ jobs:

build:

runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
env:
IMAGE_FULL: quay.io/che-incubator/dash-licenses:next

steps:
-
name: "Checkout license-tool source code"
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: "Set up Docker Buildx"
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
-
name: "Docker quay.io Login"
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_CHE_INCUBATOR_USERNAME }}
password: ${{ secrets.QUAY_CHE_INCUBATOR_PASSWORD }}
-
name: "Build and push"
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 4d3376c

Please sign in to comment.