Skip to content

Commit

Permalink
fix base image name
Browse files Browse the repository at this point in the history
  • Loading branch information
4141done committed Jan 13, 2024
1 parent 157cb6e commit 020ac17
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,24 +289,24 @@ jobs:
file: Dockerfile.latest-njs
context: .
build-contexts: |
nginx-s3-gateway=docker-image://localhost:5000/nginx-s3-gateway:oss
nginx-s3-gateway=docker-image://localhost:5000/nginx-oss-s3-gateway:oss
push: true
platforms: linux/amd64,linux/arm64
provenance: false
tags: |
ghcr.io/${{ github.repository }}/nginx-oss-s3-gateway:latest-njs-oss-${{ steps.date.outputs.date }}
ghcr.io/${{ github.repository }}/nginx-oss-s3-gateway:latest-njs-oss
# - name: Build and push image [unprivileged]
# uses: docker/build-push-action@v5
# with:
# file: Dockerfile.unprivileged
# context: .
# build-contexts: |
# nginx-s3-gateway=docker-image://localhost:5000/nginx-s3-gateway:oss
# push: true
# platforms: linux/amd64,linux/arm64
# provenance: false
# tags: |
# ghcr.io/${{ github.repository }}/nginx-oss-s3-gateway:unprivileged-oss-${{ steps.date.outputs.date }}
# ghcr.io/${{ github.repository }}/nginx-oss-s3-gateway:unprivileged-oss
- name: Build and push image [unprivileged]
uses: docker/build-push-action@v5
with:
file: Dockerfile.unprivileged
context: .
build-contexts: |
nginx-s3-gateway=docker-image://localhost:5000/nginx-oss-s3-gateway:oss
push: true
platforms: linux/amd64,linux/arm64
provenance: false
tags: |
ghcr.io/${{ github.repository }}/nginx-oss-s3-gateway:unprivileged-oss-${{ steps.date.outputs.date }}
ghcr.io/${{ github.repository }}/nginx-oss-s3-gateway:unprivileged-oss

0 comments on commit 020ac17

Please sign in to comment.