Skip to content

Commit

Permalink
Change: Fix Oracle Weblogic image tag (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann authored Nov 19, 2024
1 parent 3c85a6f commit e8da464
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 @@ -281,7 +281,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 e8da464

Please sign in to comment.