Skip to content

Commit

Permalink
Download container from master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
haatveit committed Mar 14, 2024
1 parent 3d1b0fb commit 7e9c64e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,16 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Download Dockerfile and install script
run: |
curl -sL https://raw.githubusercontent.com/unioslo/pg-iam/master/Dockerfile -o Dockerfile
curl -sL https://raw.githubusercontent.com/unioslo/pg-iam/master/install.sh -o install.sh
- name: Build and push container image
uses: docker/build-push-action@v5
with:
context: .
platforms: ${{ env.QEMU_PLATFORMS }}
file: "Containerfile"
file: "Dockerfile"
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 7e9c64e

Please sign in to comment.