Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
uriziv1 committed Sep 8, 2024
1 parent 9546e3c commit 76a180b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/iso-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: set output
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
run: echo "{sha_short}={$(git rev-parse --short HEAD)}" >> $GITHUB_OUTPUT

- name: get tag without v
id: tag
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.23 as builder
FROM --platform=$BUILDPLATFORM golang:1.23 AS builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand All @@ -20,7 +20,6 @@ RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -o manager main.go


FROM registry.access.redhat.com/ubi9-minimal:9.4-1134
MAINTAINER IBM Storage

RUN microdnf update -y && microdnf clean all

Expand Down
2 changes: 1 addition & 1 deletion must-gather/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ COPY collection-scripts /usr/bin/
RUN mkdir -p /templates
COPY templates /templates

ENTRYPOINT /usr/bin/gather
ENTRYPOINT ["/usr/bin/gather"]

0 comments on commit 76a180b

Please sign in to comment.