diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0aa23e3b..024b9627 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -8,10 +8,7 @@ jobs: build_and_push: runs-on: ubuntu-latest steps: - - name: Get the version - uses: actions/checkout@v3 - id: get_version - name: Build and Push Container to ghcr.io uses: GlueOps/github-actions-build-push-containers@v0.3.7 with: - tags: latest,${{ steps.get_version.outputs.VERSION }} + tags: latest,${{ github.ref_name }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bd525a14..a0b2bcd1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,6 +25,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - path: bin/go-proxy + files: bin/go-proxy #- name: Test # run: go test -v ./...