Skip to content

Commit

Permalink
update latest content + readd test config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Aug 15, 2023
1 parent e3dd423 commit 1d282a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- main
- releasebranch_*
- '!releasebranch_7_*'
- docker-workflow-update
# tags: ['*.*.*']
paths-ignore: [doc/**]
release:
Expand All @@ -35,7 +36,7 @@ jobs:
# 8.3.0-alpine, 8.3.0-debian, 8.3.0-ubuntu
docker-os-matrix:
name: build and push ${{ matrix.os }} for ${{ github.ref }}
if: github.repository_owner == 'OSGeo'
if: github.repository_owner == 'mmacata'
runs-on: ubuntu-latest

strategy:
Expand All @@ -56,13 +57,12 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: osgeo/grass-gis
images: mmacata/grass-gis
tags: |
type=ref,event=tag
type=ref,event=branch
type=raw,value=current,enable=${{ github.ref == format('refs/heads/{0}', 'releasebranch_8_3') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}',
'main') && matrix.os == 'ubuntu' }},suffix=
type=raw,value=latest,event=tag,enable=${{ matrix.os == 'ubuntu' }},suffix=
flavor: |
latest=false
suffix=-${{ matrix.os }}
Expand Down

0 comments on commit 1d282a2

Please sign in to comment.