Skip to content

Commit

Permalink
small fix of new formats
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Dec 14, 2023
1 parent 28d2816 commit f53466c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: bash
run: |
VERSION=$(yq '(.version|split("-"))[0]' rockcraft.yaml)
BASE=$(yq '(.base|split(":"))[1]' rockcraft.yaml)
BASE=$(yq '(.base|split("@"))[1]' rockcraft.yaml)
echo "version=${VERSION}" >> $GITHUB_OUTPUT
echo "base=${BASE}" >> $GITHUB_OUTPUT
id: rock_metadata
Expand Down
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Spark ROCK
license: Apache-2.0

version: "3.4.2"
base: ubuntu:22.04
base: ubuntu@22.04
platforms:
amd64:

Expand Down

0 comments on commit f53466c

Please sign in to comment.