forked from SystemRage/py-kms
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Removed all references to Docker Hub after their removal of "…
…Free Team Organizations" -> https://web.docker.com/rs/790-SSB-375/images/privatereposfaq.pdf" This reverts commit 81e9973, because they changed their minds. For now...
- Loading branch information
1 parent
b72e628
commit 644d7be
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,11 @@ jobs: | |
platforms: all | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Login to DockerHub | ||
uses: docker/[email protected] | ||
with: | ||
username: ${{ secrets.DOCKER_USERNAME }} | ||
password: ${{ secrets.DOCKER_PASSWORD }} | ||
- name: Login to GitHub Container Registry | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -34,7 +39,7 @@ jobs: | |
file: ./docker/docker-py3-kms/Dockerfile | ||
platforms: linux/amd64,linux/386,linux/arm64/v8,linux/arm/v7,linux/arm/v6 | ||
push: true | ||
tags: ghcr.io/py-kms-organization/py-kms:python3 | ||
tags: pykmsorg/py-kms:python3,ghcr.io/py-kms-organization/py-kms:python3 | ||
build-args: | | ||
BUILD_COMMIT=${{ github.sha }} | ||
BUILD_BRANCH=${{ github.ref_name }} | ||
|
@@ -45,7 +50,7 @@ jobs: | |
file: ./docker/docker-py3-kms-minimal/Dockerfile | ||
platforms: linux/amd64,linux/386,linux/arm64/v8,linux/arm/v7,linux/arm/v6 | ||
push: true | ||
tags: ghcr.io/py-kms-organization/py-kms:latest,ghcr.io/py-kms-organization/py-kms:minimal | ||
tags: pykmsorg/py-kms:latest,ghcr.io/py-kms-organization/py-kms:latest,pykmsorg/py-kms:minimal,ghcr.io/py-kms-organization/py-kms:minimal | ||
build-args: | | ||
BUILD_COMMIT=${{ github.sha }} | ||
BUILD_BRANCH=${{ github.ref_name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,11 @@ jobs: | |
platforms: all | ||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
- name: Login to DockerHub | ||
uses: docker/[email protected] | ||
with: | ||
username: ${{ secrets.DOCKER_USERNAME }} | ||
password: ${{ secrets.DOCKER_PASSWORD }} | ||
- name: Login to GitHub Container Registry | ||
uses: docker/[email protected] | ||
with: | ||
|
@@ -34,7 +39,7 @@ jobs: | |
file: ./docker/docker-py3-kms/Dockerfile | ||
platforms: linux/amd64,linux/386,linux/arm64/v8,linux/arm/v7,linux/arm/v6 | ||
push: true | ||
tags: ghcr.io/py-kms-organization/py-kms:python3-next | ||
tags: pykmsorg/py-kms:python3-next,ghcr.io/py-kms-organization/py-kms:python3-next | ||
build-args: | | ||
BUILD_COMMIT=${{ github.sha }} | ||
BUILD_BRANCH=${{ github.ref_name }} | ||
|
@@ -45,7 +50,7 @@ jobs: | |
file: ./docker/docker-py3-kms-minimal/Dockerfile | ||
platforms: linux/amd64,linux/386,linux/arm64/v8,linux/arm/v7,linux/arm/v6 | ||
push: true | ||
tags: ghcr.io/py-kms-organization/py-kms:latest-next,ghcr.io/py-kms-organization/py-kms:minimal-next | ||
tags: pykmsorg/py-kms:latest-next,ghcr.io/py-kms-organization/py-kms:latest-next,pykmsorg/py-kms:minimal-next,ghcr.io/py-kms-organization/py-kms:minimal-next | ||
build-args: | | ||
BUILD_COMMIT=${{ github.sha }} | ||
BUILD_BRANCH=${{ github.ref_name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters