mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
workflow update
This commit is contained in:
parent
bd19f443d4
commit
2314e39291
2 changed files with 2 additions and 5 deletions
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -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 ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue