diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9f1f25..b68072d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,10 +52,10 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Build and push + - name: Build and push uses: docker/build-push-action@v4 with: push: true tags: | wklken/httptest:latest + wklken/httptest:${{ github.ref_name }}