Skip to content

Commit

Permalink
build: latest is 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Mar 28, 2024
1 parent 1e9e57b commit d82e641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
with:
push: true
file: 8.3.Dockerfile
tags: adhocore/lemp:8.3
tags: adhocore/lemp:8.3,adhocore/lemp:latest
platforms: linux/amd64,linux/arm64
- name: "[8.2] Build and push"
id: docker_build_82
uses: docker/build-push-action@v4
with:
push: true
file: 8.2.Dockerfile
tags: adhocore/lemp:8.2,adhocore/lemp:latest
tags: adhocore/lemp:8.2
platforms: linux/amd64,linux/arm64
- name: "[8.1] Build and push"
id: docker_build_81
Expand Down

0 comments on commit d82e641

Please sign in to comment.