Skip to content

Commit

Permalink
fix: Remove env set
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Dec 9, 2022
1 parent 790f3ae commit 792c74b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: set BASE_IMAGE
run: echo "BASE_IMAGE=${{ steps.meta_base.outputs.tags }}" >> $GITHUB_ENV
# - name: set BASE_IMAGE
# run: echo "BASE_IMAGE=${{ steps.meta_base.outputs.tags }}" >> $GITHUB_ENV

- name: Build base
uses: docker/build-push-action@v3
Expand Down Expand Up @@ -162,8 +162,8 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: set BASE_IMAGE
run: echo "BASE_IMAGE=${{ steps.metaghcr_base.outputs.tags }}" >> $GITHUB_ENV
# - name: set BASE_IMAGE
# run: echo "BASE_IMAGE=${{ steps.metaghcr_base.outputs.tags }}" >> $GITHUB_ENV

- name: Build base and push Docker image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 792c74b

Please sign in to comment.