Skip to content

Commit

Permalink
v2.0.2 (#13)
Browse files Browse the repository at this point in the history
Major updates
* Using latest base images

Build updates
* Renaming publish workflow to main
* Using -beta suffix
  • Loading branch information
bfren authored Feb 24, 2021
1 parent 2397c70 commit 6289bb8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-3_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: |
bcgdesign/aspnet:aspnet-3.1-dev
bcgdesign/aspnet:aspnet-3-${{ steps.version.outputs.content }}-dev
bcgdesign/aspnet:aspnet-3.1-${{ steps.version.outputs.content }}-dev
bcgdesign/aspnet:aspnet-3-${{ steps.version.outputs.content }}-beta
bcgdesign/aspnet:aspnet-3.1-${{ steps.version.outputs.content }}-beta
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-5_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
bcgdesign/aspnet:${{ steps.version.outputs.content }}-beta
bcgdesign/aspnet:dev
bcgdesign/aspnet:aspnet-5.0-dev
bcgdesign/aspnet:aspnet-5-${{ steps.version.outputs.content }}-dev
bcgdesign/aspnet:aspnet-5.0-${{ steps.version.outputs.content }}-dev
bcgdesign/aspnet:aspnet-5-${{ steps.version.outputs.content }}-beta
bcgdesign/aspnet:aspnet-5.0-${{ steps.version.outputs.content }}-beta
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish-3_1
name: main-3_1

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
tags-ignore:
- '**'
paths:
- '.github/workflows/publish-3_1.yml'
- '.github/workflows/main-3_1.yml'
- '3.1/**'
- 'overlay/**'
- 'VERSION'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish-5_0
name: main-5_0

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
tags-ignore:
- '**'
paths:
- '.github/workflows/publish-5_0.yml'
- '.github/workflows/main-5_0.yml'
- '5.0/**'
- 'overlay/**'
- 'VERSION'
Expand Down
2 changes: 1 addition & 1 deletion 3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDPLATFORM

RUN echo "Build: $BUILDPLATFORM, target: $TARGETPLATFORM" > /log

FROM bcgdesign/alpine-s6:alpine-3.12-2.0.1
FROM bcgdesign/alpine-s6:alpine-3.12-2.0.2
COPY --from=build /log /log

ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion 5.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDPLATFORM

RUN echo "Build: $BUILDPLATFORM, target: $TARGETPLATFORM" > /log

FROM bcgdesign/alpine-s6:alpine-3.13-2.0.1
FROM bcgdesign/alpine-s6:alpine-3.13-2.0.2
COPY --from=build /log /log

ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.2

0 comments on commit 6289bb8

Please sign in to comment.