Skip to content

Commit

Permalink
Change: Fix Oracle Weblogic image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed Nov 15, 2024
1 parent c4f780f commit 9517845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:

- name: Prepare environment variables
run: |
echo "IMAGE=ghcr.io/${{ github.repository }}/$(basename ${{ matrix.CONTEXT }}):${{ matrix.TAG }}" >> $GITHUB_ENV
echo "IMAGE=ghcr.io/${{ github.repository }}/$(echo ${{ matrix.CONTEXT }} | cut -d / -f 2):${{ matrix.TAG }}" >> $GITHUB_ENV
echo "BUILD_ARGS<<EOF" >> $GITHUB_ENV
echo "TAG=${{ matrix.TAG }}" >> $GITHUB_ENV
if [[ -n "${{ matrix.BASEIMAGE }}" ]]; then
Expand Down

0 comments on commit 9517845

Please sign in to comment.