Skip to content

Commit 415963c

Browse files
committed
update workflow
1 parent 56ecd26 commit 415963c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/publish_container.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,6 @@ jobs:
4444
tags: |
4545
type=ref,event=branch
4646
type=sha,format=long
47-
- name: build image
48-
uses: docker/build-push-action@v5
49-
with:
50-
context: .
51-
push: false
52-
load: true
53-
target: test
54-
cache-from: type=gha
55-
cache-to: type=gha,mode=max
56-
tags: arquivo-test:latest
57-
- name: run the test
58-
run: docker run arquivo-test:latest
5947
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
6048
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
6149
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.

0 commit comments

Comments
 (0)