Skip to content

Commit

Permalink
chore: bump ubuntu version
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Ebert <[email protected]>
  • Loading branch information
KimEbert42 authored and WadeBarnes committed Apr 12, 2024
1 parent 86613ab commit 9c5672c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/workflow-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
echo "CACHE_KEY_BUILD=${{ hashFiles('.github/workflows/build/Dockerfile.ubuntu-2204') }}" >> $GITHUB_OUTPUT
echo "UBUNTU_VERSION=ubuntu-2204" >> $GITHUB_OUTPUT
echo "distribution=focal" >> $GITHUB_OUTPUT
echo "distribution=jammy" >> $GITHUB_OUTPUT
echo "::group::DEBUG" # Ensure publishing is only performed when the build is executed from the main organization.
if [[ ${{ github.repository_owner }} == '${{ inputs.ownerRepo }}' ]]; then
Expand All @@ -58,6 +58,6 @@ runs:
fi
echo "CACHE_KEY_BUILD=${{ hashFiles('.github/workflows/build/Dockerfile.ubuntu-2204') }}"
echo "UBUNTU_VERSION=ubuntu-2204"
echo "distribution=focal"
echo "distribution=jammy"
echo "publish = ${{ env.publish }}"
echo "::endgroup::"

0 comments on commit 9c5672c

Please sign in to comment.