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 5a090d2 commit 82d5593
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ubuntu16-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: meta-flutter/ubuntu-16-dev

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand All @@ -38,5 +32,4 @@ jobs:
file: ubuntu-16-dev/Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: meta-flutter/ubuntu-16-dev:main
9 changes: 1 addition & 8 deletions .github/workflows/ubuntu18-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: meta-flutter/ubuntu-18-dev

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand All @@ -38,5 +32,4 @@ jobs:
file: ubuntu-18-dev/Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: meta-flutter/ubuntu-18-dev:main
9 changes: 1 addition & 8 deletions .github/workflows/ubuntu20-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Docker meta
id: meta
uses: docker/metadata-action@v4
with:
images: meta-flutter/ubuntu-20-dev

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand All @@ -38,5 +32,4 @@ jobs:
file: ubuntu-20-dev/Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: meta-flutter/ubuntu-20-dev:main

0 comments on commit 82d5593

Please sign in to comment.