Skip to content

Commit

Permalink
Merge branch 'main' into release/2-ubi9
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Jan 29, 2023
2 parents 0b68d80 + 2bba2c4 commit 605c754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Prepare additional Metadata
id: addtional_meta
run: |
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
echo created=$(date -u +'%Y-%m-%dT%H:%M:%SZ') >> $GITHUB_OUTPUT
- name: Prepare Image Metadata
id: meta
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/radiorabe/ubi9-minimal:0.1.1
FROM ghcr.io/radiorabe/ubi9-minimal:0.1.2

ENV \
# Path to be used in other layers to place s2i scripts into
Expand Down

0 comments on commit 605c754

Please sign in to comment.