Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spy86 authored Feb 27, 2024
1 parent 85187ca commit d36f847
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
ANSIBLE_CORE_VERSION: 2.16.3
ANSIBLE_VERSION: 9.2.0
ANSIBLE_LINT: 6.22.2
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,6 +47,10 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
ANSIBLE_CORE_VERSION=2.16.3
ANSIBLE_VERSION=9.2.0
ANSIBLE_LINT=6.22.2
- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
env:
Expand Down

0 comments on commit d36f847

Please sign in to comment.