We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0494975 commit 1ccb847Copy full SHA for 1ccb847
.github/workflows/build.yml
@@ -29,16 +29,12 @@ jobs:
29
username: germey
30
password: ${{ secrets.DOCKERHUB_LOGIN_PASSWORD }}
31
32
- - name: Extract branch name
33
- id: branch
34
- shell: bash
35
- run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF##*/} | sed 's/master/latest/')"
36
-
37
- name: Build and push
38
uses: docker/build-push-action@v2
39
with:
40
context: .
41
push: true
42
platforms: linux/amd64
43
tags: |
44
- germey/proxypool:${{ steps.branch.outputs.tag }}
+ germey/proxypool:latest
+ germey/proxypool:master
0 commit comments