Skip to content

Commit

Permalink
Raised MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Jun 20, 2023
1 parent e64d5a6 commit 4fd67a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Write release version
run: |
VERSION=${GITHUB_REF_NAME#v}
echo Version: $VERSION
echo "VERSION=$VERSION" >> $GITHUB_ENV
DOCKER_IMAGE_VERSION=${GITHUB_REF_NAME#v}
echo Version: DOCKER_IMAGE_VERSION
echo "DOCKER_IMAGE_VERSION=$VERSION" >> $GITHUB_ENV
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: false
tags: alexliesenfeld/httpmock:${{ env.RELEASE_VERSION }}
tags: alexliesenfeld/httpmock:${{ env.DOCKER_IMAGE_VERSION }}

0 comments on commit 4fd67a9

Please sign in to comment.