Skip to content

Commit

Permalink
feat: use standard container image tags (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick authored Sep 13, 2024
1 parent c2fad91 commit 6c2f2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zxc-build-httpd-oidc-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
load: ${{ steps.registry.outputs.operation == 'load' }}
tags: |
${{ steps.registry.outputs.prefix }}/apache-httpd-oidc:latest
${{ steps.registry.outputs.prefix }}/apache-httpd-oidc:v${{ steps.docker-tag.outputs.version }}
${{ steps.registry.outputs.prefix }}/apache-httpd-oidc:v${{ steps.docker-tag.outputs.version }}-${{ inputs.base-os-image }}
${{ steps.registry.outputs.prefix }}/apache-httpd-oidc:${{ steps.docker-tag.outputs.version }}
${{ steps.registry.outputs.prefix }}/apache-httpd-oidc:${{ steps.docker-tag.outputs.version }}-${{ inputs.base-os-image }}
build-args: |
SOURCE_DATE_EPOCH=${{ steps.commit.outputs.source-date }}
UBUNTU_TAG=${{ inputs.base-os-image }}
Expand Down

0 comments on commit 6c2f2d2

Please sign in to comment.