Skip to content

Bump docker/metadata-action from 5.8.0 to 5.9.0 #74

Bump docker/metadata-action from 5.8.0 to 5.9.0

Bump docker/metadata-action from 5.8.0 to 5.9.0 #74

Workflow file for this run

name: Test Container Image
on:
pull_request:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Build and push Docker image
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
with:
context: .
build-args: |
GIT_COMMIT_SHA=${{ github.sha }}
GIT_REPOSITORY_URL=https://github.com/${{ github.repository }}
VERSION=${{ github.ref_name }}
push: false