Skip to content

Commit

Permalink
Revert "add env for ubuntu version"
Browse files Browse the repository at this point in the history
This reverts commit 0c82b8f.
  • Loading branch information
MP91 committed Feb 17, 2023
1 parent 0c82b8f commit 236cc78
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ on:
pull_request:
branches:
- main
env:
UBUNTU_VERSION: ubuntu-22.04

jobs:
build-image:
Expand All @@ -40,7 +38,7 @@ jobs:
name: "Building image"
outputs:
tag: ${{ steps.get-tag.outputs.tag }}
runs-on: $UBUNTU_VERSION
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
Expand Down Expand Up @@ -87,7 +85,7 @@ jobs:
matrix:
format: [spdx, cyclonedx]
name: Generate ${{ matrix.format }} SBOM
runs-on: $UBUNTU_VERSION
runs-on: ubuntu-22.04
needs: [build-image]
steps:
- name: Checkout repository
Expand Down

0 comments on commit 236cc78

Please sign in to comment.