Skip to content

Commit

Permalink
Latest is 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesChou committed Jan 26, 2022
1 parent b0464d9 commit 3875177
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ on:
- cron: '0 10 * * 1' # Weekly on Monday at 10:00

jobs:
php81:
php80:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build latest version and publish to GitHub Registry
uses: elgohr/[email protected]
with:
name: mileschou/octane
tags: "8.1"
tags: "8.0"
username: mileschou
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
dockerfile: 8.1/Dockerfile
dockerfile: 8.0/Dockerfile

latest:
runs-on: ubuntu-latest
Expand All @@ -30,8 +30,8 @@ jobs:
uses: elgohr/[email protected]
with:
name: mileschou/octane
tags: "latest,8.0"
tags: "latest,8.1"
username: mileschou
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
dockerfile: 8.0/Dockerfile
dockerfile: 8.1/Dockerfile

0 comments on commit 3875177

Please sign in to comment.