Skip to content

Commit

Permalink
fix: rename package back to base (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 3, 2023
1 parent 0aff9ba commit 785b8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image_name: [silverblue]
image_name: [base]
major_version: [37]
include:
- major_version: 37
Expand All @@ -42,7 +42,7 @@ jobs:

- name: Matrix Variables
run: |
echo "IMAGE_NAME=${{ format('{0}-{1}', matrix.image_name, env.IMAGE_BASE_NAME) }}" >> $GITHUB_ENV
echo "IMAGE_NAME=${{ format('{1}', matrix.image_name, env.IMAGE_BASE_NAME) }}" >> $GITHUB_ENV
- name: Generate tags
id: generate-tags
Expand Down

0 comments on commit 785b8f0

Please sign in to comment.