Skip to content

Commit

Permalink
v1.0.1 (#2)
Browse files Browse the repository at this point in the history
Build updates
* Fixing Debian 11 workflow
  • Loading branch information
bfren authored Aug 26, 2022
1 parent f169e8e commit 7f1dd03
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/publish-debian11.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: publish-debian3_16
name: publish-debian11

on:
release:
types: [published]
workflow_dispatch:

jobs:
publish-debian3_16:
publish-debian11:
runs-on: ubuntu-latest
steps:
-
Expand All @@ -20,7 +20,7 @@ jobs:
name: Read Alpine version - revision
uses: bfren/read-file@v1
with:
file: ./3.16/DEBIAN_MINOR
file: ./11/DEBIAN_MINOR
id: debian_minor
-
name: Read image version
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: ./3.16/Dockerfile
file: ./11/Dockerfile
build-args: |
BF_IMAGE=${{ env.REPOSITORY_NAME }}
BF_VERSION=${{ steps.version.outputs.contents }}
Expand All @@ -76,20 +76,20 @@ jobs:
bfren/debian:${{ steps.version_major.outputs.contents }}
bfren/debian:${{ steps.version_minor.outputs.contents }}
bfren/debian:${{ steps.version.outputs.contents }}
bfren/debian:debian3.16
bfren/debian:debian3.16-${{ steps.version_major.outputs.contents }}
bfren/debian:debian3.16-${{ steps.version_minor.outputs.contents }}
bfren/debian:debian3.16-${{ steps.version.outputs.contents }}
bfren/debian:debian11
bfren/debian:debian11-${{ steps.version_major.outputs.contents }}
bfren/debian:debian11-${{ steps.version_minor.outputs.contents }}
bfren/debian:debian11-${{ steps.version.outputs.contents }}
bfren/debian:debian${{ steps.debian_minor.outputs.contents }}
bfren/debian:debian${{ steps.debian_minor.outputs.contents }}-${{ steps.version.outputs.contents }}
ghcr.io/bfren/debian:latest
ghcr.io/bfren/debian:${{ steps.version_major.outputs.contents }}
ghcr.io/bfren/debian:${{ steps.version_minor.outputs.contents }}
ghcr.io/bfren/debian:${{ steps.version.outputs.contents }}
ghcr.io/bfren/debian:debian3.16
ghcr.io/bfren/debian:debian3.16-${{ steps.version_major.outputs.contents }}
ghcr.io/bfren/debian:debian3.16-${{ steps.version_minor.outputs.contents }}
ghcr.io/bfren/debian:debian3.16-${{ steps.version.outputs.contents }}
ghcr.io/bfren/debian:debian11
ghcr.io/bfren/debian:debian11-${{ steps.version_major.outputs.contents }}
ghcr.io/bfren/debian:debian11-${{ steps.version_minor.outputs.contents }}
ghcr.io/bfren/debian:debian11-${{ steps.version.outputs.contents }}
ghcr.io/bfren/debian:debian${{ steps.debian_minor.outputs.contents }}
ghcr.io/bfren/debian:debian${{ steps.debian_minor.outputs.contents }}-${{ steps.version.outputs.contents }}
-
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit 7f1dd03

Please sign in to comment.