mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-28 02:36:16 -04:00
Remove image
property from Container build & push actions
This commit is contained in:
parent
c5e880628a
commit
3f89a94df2
2 changed files with 0 additions and 7 deletions
5
.github/workflows/pull_requests.yml
vendored
5
.github/workflows/pull_requests.yml
vendored
|
@ -5,10 +5,6 @@ on:
|
|||
pull_request:
|
||||
types: [synchronize, opened, reopened]
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -42,7 +38,6 @@ jobs:
|
|||
id: build-image
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
containerfiles: ./Dockerfile
|
||||
platforms: linux/amd64
|
||||
oci: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue