Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Winarske <[email protected]>
  • Loading branch information
jwinarske committed Oct 1, 2022
1 parent 0b127da commit 5fb1d5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu16-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
file: ubuntu-16-dev/Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: meta-flutter/ubuntu-16-dev:latest
registry: ghcr.io
tags: meta-flutter/ubuntu-16-dev:main
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu18-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
file: ubuntu-18-dev/Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: meta-flutter/ubuntu-18-dev:latest
registry: ghcr.io
tags: meta-flutter/ubuntu-18-dev:main
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu20-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
file: ubuntu-20-dev/Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: meta-flutter/ubuntu-20-dev:latest
registry: ghcr.io
tags: meta-flutter/ubuntu-20-dev:main

0 comments on commit 5fb1d5b

Please sign in to comment.