Skip to content

Commit

Permalink
Weeding (#20)
Browse files Browse the repository at this point in the history
1.19 no longer used in branches under management
  • Loading branch information
alephnull committed May 11, 2024
1 parent 35f8d14 commit 5e47540
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,25 @@ jobs:
gover:
- "1.22"
- "1.21"
- "1.19"
debver:
- bullseye
- bookworm

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push go ${{ matrix.tag || format( '{0}-{1}', matrix.gover, matrix.debver) }} based image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: ${{ github.ref_name == 'master' }}
pull: true
Expand Down

0 comments on commit 5e47540

Please sign in to comment.